some changes
This commit is contained in:
parent
3bc77e4703
commit
4e6b81cb16
|
@ -20,7 +20,7 @@ in {
|
||||||
systemd.variables = ["--all"];
|
systemd.variables = ["--all"];
|
||||||
settings = {
|
settings = {
|
||||||
monitor = [
|
monitor = [
|
||||||
"DP-1, 3440x1440@100, 1920x0, 1"
|
"DP-1, 3440x1440@100, 1920x0, 1, vrr, 1"
|
||||||
"HDMI-A-1, 1920x1200@60, 0x0, 1"
|
"HDMI-A-1, 1920x1200@60, 0x0, 1"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -44,7 +44,6 @@
|
||||||
fileSystems."/mnt/nfs_share" = {
|
fileSystems."/mnt/nfs_share" = {
|
||||||
device = "192.168.48.41:/data/nfs_share";
|
device = "192.168.48.41:/data/nfs_share";
|
||||||
fsType = "nfs";
|
fsType = "nfs";
|
||||||
options = ["noauto" "x.systemd.automount" "x-systemd.idle-timeout=600"];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
swapDevices = [];
|
swapDevices = [];
|
||||||
|
|
|
@ -5,10 +5,10 @@
|
||||||
waybar.enable = true;
|
waybar.enable = true;
|
||||||
};
|
};
|
||||||
theme.stylix = {
|
theme.stylix = {
|
||||||
# base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-material-dark-medium.yaml";
|
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/catppuccin-mocha.yaml";
|
||||||
wallpapers = ./wallpaper.png;
|
wallpapers = ./wallpaper.png;
|
||||||
useLutgen = false;
|
useLutgen = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue