Migrate new screen

This commit is contained in:
soraefir
2025-10-07 01:00:56 +02:00
parent 6c3c974812
commit af1d183e5a
12 changed files with 18 additions and 12 deletions

View File

@@ -5,7 +5,7 @@
config = lib.mkIf (config.usercfg.wm == "X11") {
xsession.windowManager.bspwm = { enable = true; };
services.sxhkd = { enable = true; };
home.packages = with pkgs; [ xrandr arandr flameshot xtrlock i3lock ];
home.packages = with pkgs; [ xrandr arandr hyprshot xtrlock i3lock ];
};
}