diff --git a/hosts/murk/configuration.nix b/hosts/murk/configuration.nix index c0748c1..db9a10f 100644 --- a/hosts/murk/configuration.nix +++ b/hosts/murk/configuration.nix @@ -34,12 +34,16 @@ in { mods.theme.scheme = "woodland"; mods.theme.wallpaper = ./wallpaper.png; - mods.impermanence.enable = true; - services.xserver.windowManager.i3.enable = true; - # Hardware preferences + mods.impermanence.enable = true; + # Persist + environment.persistence."/persist" = { + directories = [ "/etc/NetworkManager" "/var/lib/NetworkManager" ]; + }; + + # Hardware preferences environment.variables = { WINIT_HIDPI_FACTOR = "1"; WINIT_X11_SCALE_FACTOR = "1";