Add gimp
module
This commit is contained in:
parent
8cf062885e
commit
1216292c4c
1 changed files with 4 additions and 0 deletions
4
hmModules/gimp/default.nix
Normal file
4
hmModules/gimp/default.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = [ pkgs.gimp ];
|
||||
}
|
Loading…
Add table
Reference in a new issue