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 ];
|
||||
})
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user