some changes

This commit is contained in:
tx0 2025-03-08 18:55:40 +05:00
parent 3bc77e4703
commit 4e6b81cb16
3 changed files with 4 additions and 5 deletions

View file

@ -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"
];

View file

@ -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 = [];

View file

@ -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;
};
};
}