remote builder stuff

This commit is contained in:
RingOfStorms (Joshua Bell) 2024-12-17 02:37:39 -06:00
parent 4bb407a4cb
commit 0663c9b414
4 changed files with 33 additions and 21 deletions

View file

@ -5,5 +5,5 @@
...
}:
{
home.packages = lib.mkIf (!nixConfig.mods.de_cosmic.enable) (with pkgs; [ gnome.nautilus qimgv ]);
home.packages = lib.mkIf (!nixConfig.mods.de_cosmic.enable) (with pkgs; [ nautilus qimgv ]);
}