Compare commits
2 Commits
82a77971b0
...
9aaba131e1
| Author | SHA1 | Date | |
|---|---|---|---|
| 9aaba131e1 | |||
| 8b9bb7ae90 |
7
systems/modules/gimp.nix
Normal file
7
systems/modules/gimp.nix
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{ config, pkgs, ... } :
|
||||||
|
|
||||||
|
{
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
gimp
|
||||||
|
];
|
||||||
|
}
|
||||||
@@ -19,6 +19,7 @@
|
|||||||
../modules/wireguard.nix
|
../modules/wireguard.nix
|
||||||
../modules/remmina.nix
|
../modules/remmina.nix
|
||||||
../modules/postman.nix
|
../modules/postman.nix
|
||||||
|
../modules/gimp.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user