diff --git a/configuration.nix b/configuration.nix index 309dbae..274d799 100644 --- a/configuration.nix +++ b/configuration.nix @@ -93,7 +93,12 @@ programs.firefox.enable = true; services = { - network-manager-applet.enable = true; + # network-manager-applet.enable = true; + }; + + xdg.autostart = { + enable = true; + entries = [ "${pkgs.nextcloud-client}/share/application/com.nextcloud.desktopclient.nextcloud.desktop" ]; }; diff --git a/preservation.nix b/preservation.nix index 6be3bd5..b1f0a28 100644 --- a/preservation.nix +++ b/preservation.nix @@ -10,6 +10,10 @@ directory = "/etc/NetworkManager/system-connections"; inInitrd = true; } + { + directory = "/var/lib/NetworkManager/"; + inInitrd = true; + } { directory = "/var/lib/nixos"; inInitrd = true;