diff --git a/nixos/desktop/configuration.nix b/nixos/desktop/configuration.nix index 37160a9..0d2d40a 100644 --- a/nixos/desktop/configuration.nix +++ b/nixos/desktop/configuration.nix @@ -136,6 +136,11 @@ nssmdns = true; }; + services.gvfs = { + enable = true; + package = pkgs.gnome3.gvfs; + }; + # Enable sound with pipewire. sound.enable = true; hardware.pulseaudio.enable = false; @@ -164,6 +169,7 @@ defaultNetwork.dnsname.enable = true; }; libvirtd.enable = true; + spiceUSBRedirection.enable = true; }; #fonts.fontDir.enable = true; @@ -203,7 +209,6 @@ environment.systemPackages = with pkgs; [ wget emacs - sqlite nano polkit_gnome pavucontrol @@ -264,6 +269,7 @@ steam-run-native #thunderbird xmrig + ft2-clone ]; };