diff --git a/systems/x86_64-linux/tmp/default.nix b/systems/x86_64-linux/tmp/default.nix index f13c86b..8e4ffdb 100644 --- a/systems/x86_64-linux/tmp/default.nix +++ b/systems/x86_64-linux/tmp/default.nix @@ -38,7 +38,7 @@ in AddressFamily inet ''; home-manager = { - backupFileExtension = ".bak"; + backupFileExtension = "bak"; }; nix = { @@ -86,7 +86,7 @@ in system = { hardware = { bluetooth = enabled; - # gpu.nvidia = enabled; + gpu.amd = enabled; }; }; diff --git a/systems/x86_64-linux/tmp/hyprland_config.nix b/systems/x86_64-linux/tmp/hyprland_config.nix index 1927ec1..fdeb16e 100644 --- a/systems/x86_64-linux/tmp/hyprland_config.nix +++ b/systems/x86_64-linux/tmp/hyprland_config.nix @@ -10,7 +10,7 @@ in ${namespace}.desktop.hyprland.settings = { monitor = [ #Ultrawide - "DP-2,3440x1440@144, 0x0, 1" + "DP-1,3440x1440@144, 0x0, 1" #Vertical "HDMI-A-1, 1920x1080@144, auto-right, 1, transform, 1" # nividia kernel issues @@ -24,16 +24,16 @@ in exec-once = [ "[workspace 7 silent] obsidian" - "${lib.getExe pkgs.xorg.xrandr} --output DP-2 --primary" + "${lib.getExe pkgs.xorg.xrandr} --output DP-1 --primary" ]; workspace = [ - "1, monitor:DP-2" - "2, monitor:DP-2" - "3, monitor:DP-2" - "4, monitor:DP-2" - "5, monitor:DP-2" - "6, monitor:DP-2" + "1, monitor:DP-1" + "2, monitor:DP-1" + "3, monitor:DP-1" + "4, monitor:DP-1" + "5, monitor:DP-1" + "6, monitor:DP-1" "7, monitor:HDMI-A-1" "8, monitor:HDMI-A-1" "9, monitor:HDMI-A-1"