added automatic wallpaper setting

This commit is contained in:
2026-07-05 16:08:32 -05:00
parent cded37b1bd
commit bf1053c4a7
4 changed files with 118 additions and 1 deletions
+6 -1
View File
@@ -25,7 +25,12 @@
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";
# Enable networking
networking.networkmanager.enable = true;
networking.networkmanager = {
enable = true;
plugins = with pkgs; [
networkmanager-openvpn
];
};
# Set your time zone.
time.timeZone = "America/Chicago";