Johan Rong 2 месяцев назад
Родитель
Сommit
01b6e884fb
2 измененных файлов с 10 добавлено и 10 удалено
  1. 2 2
      hosts/dellaptop/configuration.nix
  2. 8 8
      hosts/dellaptop/home.nix

+ 2 - 2
hosts/dellaptop/configuration.nix

@@ -11,8 +11,8 @@ in
     ../../nixos/hardware/gpu/nvidia.nix
     ../../nixos/hardware/sound
     ../../nixos/hardware/bluetooth
-    ../../nixos/flavors/desktop/sway
-    ../../nixos/flavors/desktop/sway/greeter-default.nix
+    ../../nixos/flavors/desktop/hyprland
+    ../../nixos/flavors/desktop/hyprland/greeter-default.nix
     ../../nixos/features/system/basic.nix
     ../../nixos/features/system/users.nix
     ../../nixos/features/system/gaming.nix

+ 8 - 8
hosts/dellaptop/home.nix

@@ -17,12 +17,12 @@ in
     stateVersion = "26.05";
   };
 
-  custom.swayExtras = {
-    displays = ''
-      output eDP-1 pos 0 0 mode 1920x1080@59.999Hz
-      output * pos 1920 0 adaptive_sync off
-
-      workspace 1 output eDP-1
-    '';
-  };
+  #custom.swayExtras = {
+  #  displays = ''
+  #    output eDP-1 pos 0 0 mode 1920x1080@59.999Hz
+  #    output * pos 1920 0 adaptive_sync off
+#
+  #    workspace 1 output eDP-1
+  #  '';
+  #};
 }