Gimp
This commit is contained in:
9
home-modules/gimp.nix
Executable file
9
home-modules/gimp.nix
Executable file
@@ -0,0 +1,9 @@
|
||||
{ pkgs, lib, host, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
(gimp-with-plugins.override {
|
||||
plugins = with gimpPlugins; [ bimp ];
|
||||
})
|
||||
];
|
||||
}
|
||||
|
||||
2
home.nix
2
home.nix
@@ -14,6 +14,7 @@
|
||||
# ./home-modules/foot.nix
|
||||
./home-modules/games.nix
|
||||
./home-modules/gestures.nix
|
||||
./home-modules/gimp.nix
|
||||
./home-modules/git.nix
|
||||
./home-modules/gpg.nix
|
||||
./home-modules/gtk.nix
|
||||
@@ -103,7 +104,6 @@
|
||||
]) ++ (if host != "NxACE" then (with pkgs; [
|
||||
signal-desktop
|
||||
zoom-us
|
||||
gimp
|
||||
inkscape
|
||||
]) else (with pkgs-unstable; [
|
||||
|
||||
|
||||
Reference in New Issue
Block a user