add gimp on haze

This commit is contained in:
2025-02-17 21:40:07 +01:00
parent c7f4480f7e
commit a72077cead
2 changed files with 5 additions and 0 deletions

View File

@@ -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
View File

@@ -0,0 +1,4 @@
{ pkgs, ... }:
{
environment.systemPackages = [ pkgs.gimp ];
}