home: add aseprite package
This commit is contained in:
parent
664b22c2bb
commit
671da8f322
2 changed files with 14 additions and 0 deletions
13
modules/home/workstation/creative/aseprite.nix
Normal file
13
modules/home/workstation/creative/aseprite.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
{
|
||||||
|
lib,
|
||||||
|
osConfig,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}: let
|
||||||
|
inherit (lib) mkIf elem;
|
||||||
|
inherit (osConfig.ooknet.workstation) profiles;
|
||||||
|
in {
|
||||||
|
config = mkIf (elem "creative" profiles) {
|
||||||
|
home.packages = [pkgs.aseprite];
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./inkscape.nix
|
./inkscape.nix
|
||||||
|
./aseprite.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue