feat: fix up modules

This commit is contained in:
Artur Manuel 2024-12-10 23:03:51 +00:00
commit f7c1774cf8
8 changed files with 359 additions and 21 deletions

View file

@ -33,6 +33,18 @@ in {
};
};
environment.systemPackages = builtins.attrValues {
inherit
(pkgs)
slurp
grim
wf-recorder
rofi-wayland
kitty
wl-clipboard
;
};
services.gnome.gnome-keyring.enable = true;
};
}