This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-12-02 20:59:20 +01:00
parent f828268b14
commit a82660b049
2 changed files with 10 additions and 1 deletions

9
home-modules/gimp.nix Executable file
View File

@@ -0,0 +1,9 @@
{ pkgs, lib, host, ... }:
{
home.packages = with pkgs; [
(gimp-with-plugins.override {
plugins = with gimpPlugins; [ bimp ];
})
];
}

View File

@@ -14,6 +14,7 @@
# ./home-modules/foot.nix # ./home-modules/foot.nix
./home-modules/games.nix ./home-modules/games.nix
./home-modules/gestures.nix ./home-modules/gestures.nix
./home-modules/gimp.nix
./home-modules/git.nix ./home-modules/git.nix
./home-modules/gpg.nix ./home-modules/gpg.nix
./home-modules/gtk.nix ./home-modules/gtk.nix
@@ -103,7 +104,6 @@
]) ++ (if host != "NxACE" then (with pkgs; [ ]) ++ (if host != "NxACE" then (with pkgs; [
signal-desktop signal-desktop
zoom-us zoom-us
gimp
inkscape inkscape
]) else (with pkgs-unstable; [ ]) else (with pkgs-unstable; [