cosmic updates

This commit is contained in:
RingOfStorms (Joshua Bell) 2024-10-10 16:42:35 -05:00
parent 913cff0ffa
commit e5ade464b9
6 changed files with 24 additions and 11 deletions

View file

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