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

@ -25,22 +25,9 @@ in {
];
};
environment = {
systemPackages = builtins.attrValues {
inherit
(pkgs)
slurp
grim
wf-recorder
rofi-wayland
kitty
wl-clipboard
;
};
sessionVariables = {
"NIXOS_OZONE_WL" = "1";
"QT_QPA_PLATFORM" = "wayland";
};
environment.sessionVariables = {
"NIXOS_OZONE_WL" = "1";
"QT_QPA_PLATFORM" = "wayland";
};
programs.waybar.enable = true;
};