moved some files + changed the layout. made hyprland config always there, just not in use.

starting ricing.
This commit is contained in:
2026-06-22 15:56:51 -05:00
parent 93c2ca5ec9
commit 374cb77150
6 changed files with 8 additions and 34 deletions
+2 -11
View File
@@ -2,21 +2,12 @@
{
programs.hyprland.enable = true;
services.displayManager.sddm.wayland.enable = true;
xdg.portal = {
enable = true;
extraPortals = [ pkgs.xdg-desktop-portal-hyprland ];
};
security.polkit.enable = true;
environment.systemPackages = with pkgs; [
hyprland
hyprpicker
mpvpaper
quickshell
hyprpolkitagent
rofi
];
services.displayManager.sddm.enable = true;
services.displayManager.sddm.wayland.enable = true;
}