diff --git a/hosts/dunamis/configuration.nix b/hosts/dunamis/configuration.nix index 18d6e5a..c16756f 100644 --- a/hosts/dunamis/configuration.nix +++ b/hosts/dunamis/configuration.nix @@ -1,4 +1,3 @@ -# device-specific setup { pkgs, inputs, diff --git a/hosts/dunamis/users/user/flatpak.nix b/hosts/dunamis/users/user/flatpak.nix index 07f0202..4001338 100644 --- a/hosts/dunamis/users/user/flatpak.nix +++ b/hosts/dunamis/users/user/flatpak.nix @@ -4,6 +4,7 @@ ]; services.flatpak = { enable = true; + uninstallUnmanaged = true; remotes = [ { name = "flathub"; @@ -105,7 +106,6 @@ "com.usebottles.Bottles" = { Context = { sockets = ["x11" "wayland"]; - filesystems = ["/home/user/docs/nure/tex-template/assets/BridgeKSG"]; }; }; };