This commit is contained in:
maxstrb 2026-03-14 22:47:21 +01:00
parent b03991f082
commit b0ba53b89e

View file

@ -8,7 +8,6 @@
home.packages = with pkgs; [
swaybg
wl-clipboard
mako
];
programs = {
@ -16,6 +15,10 @@
fuzzel.enable = true;
swaylock.enable = true;
waybar.enable = true;
};
services = {
mako.enable = true;
swayidle.enable = true;
polkit-gnome.enable = true;
};