diff --git a/home/programs/graphical/hyprland/default.nix b/home/programs/graphical/hyprland/default.nix index 3cf0a4c..86db6cd 100644 --- a/home/programs/graphical/hyprland/default.nix +++ b/home/programs/graphical/hyprland/default.nix @@ -20,7 +20,7 @@ in { systemd.variables = ["--all"]; settings = { monitor = [ - "DP-1, 3440x1440@100, 1920x0, 1" + "DP-1, 3440x1440@100, 1920x0, 1, vrr, 1" "HDMI-A-1, 1920x1200@60, 0x0, 1" ]; diff --git a/hosts/earth/system/hardware.nix b/hosts/earth/system/hardware.nix index e949c45..46ca777 100644 --- a/hosts/earth/system/hardware.nix +++ b/hosts/earth/system/hardware.nix @@ -44,7 +44,6 @@ fileSystems."/mnt/nfs_share" = { device = "192.168.48.41:/data/nfs_share"; fsType = "nfs"; - options = ["noauto" "x.systemd.automount" "x-systemd.idle-timeout=600"]; }; swapDevices = []; diff --git a/universe.nix b/universe.nix index 76457b8..da35245 100644 --- a/universe.nix +++ b/universe.nix @@ -5,10 +5,10 @@ waybar.enable = true; }; theme.stylix = { - # base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-material-dark-medium.yaml"; - base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-mocha.yaml"; + base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-material-dark-medium.yaml"; + # base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-mocha.yaml"; wallpapers = ./wallpaper.png; - useLutgen = false; + useLutgen = true; }; }; }