This commit is contained in:
2026-03-26 12:07:59 -05:00
parent 92358d0415
commit 832ac9d0df
2 changed files with 2 additions and 4 deletions

View File

@@ -20,8 +20,7 @@ in
home.stateVersion = "23.11"; home.stateVersion = "23.11";
${namespace} = { ${namespace} = {
desktop.gnome = disabled; desktop.plasma = lib.mkForce enabled;
desktop.plasma = enabled;
programs.hyprland = { programs.hyprland = {
enable = false; enable = false;
primaryDisplay = "eDP-1"; primaryDisplay = "eDP-1";

View File

@@ -65,8 +65,7 @@
enable = false; enable = false;
wallpaperSource = "bing"; wallpaperSource = "bing";
}; };
gnome.enable = false; plasma.enable = lib.mkForce true;
plasma.enable = true;
}; };
hardware = { hardware = {
battery = { battery = {