gvfs is needed for Nautilus attach network devices
This commit is contained in:
parent
c61f8944c9
commit
b0ead93c11
|
@ -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;
|
||||
[
|
||||
|
|
Reference in New Issue
Block a user