gvfs is needed for Nautilus attach network devices

This commit is contained in:
James Patrick 2022-03-26 22:03:39 -04:00
parent c61f8944c9
commit b0ead93c11
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@ let
power = config.this.system.power;
in with lib; {
config = mkIf graphical.enable {
services.gvfs.enable = true;
home-manager.users.james = {
home.packages = with pkgs.gnome;
[