add gimp on haze
This commit is contained in:
parent
c7f4480f7e
commit
a72077cead
2 changed files with 5 additions and 0 deletions
|
|
@ -12,6 +12,7 @@
|
|||
./discord.nix
|
||||
./disk.nix
|
||||
./firefox.nix
|
||||
./gimp.nix
|
||||
./gnome.nix
|
||||
./ssh.nix
|
||||
./thunderbird.nix
|
||||
|
|
|
|||
4
hosts/haze/gimp.nix
Normal file
4
hosts/haze/gimp.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = [ pkgs.gimp ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue