Move gvfs to the DE config

This commit is contained in:
SebastianStork 2024-04-11 19:10:13 +02:00
parent e1eb8290cb
commit 61b00efc83
3 changed files with 4 additions and 2 deletions

View file

@ -29,7 +29,6 @@
}; };
boot.kernelPackages = pkgs.linuxPackages_latest; boot.kernelPackages = pkgs.linuxPackages_latest;
services.gvfs.enable = true;
programs.steam.enable = true; programs.steam.enable = true;
} }

View file

@ -33,7 +33,6 @@
}; };
boot.kernelPackages = pkgs.linuxPackages_latest; boot.kernelPackages = pkgs.linuxPackages_latest;
services.gvfs.enable = true;
hardware.brillo.enable = true; hardware.brillo.enable = true;
} }

View file

@ -46,6 +46,8 @@ in {
extraPortals = [pkgs.xdg-desktop-portal-gtk]; extraPortals = [pkgs.xdg-desktop-portal-gtk];
config.common.default = "*"; config.common.default = "*";
}; };
services.gvfs.enable = true;
}) })
(lib.mkIf cfg.hyprland.enable { (lib.mkIf cfg.hyprland.enable {
@ -58,6 +60,8 @@ in {
WLR_NO_HARDWARE_CURSORS = "1"; WLR_NO_HARDWARE_CURSORS = "1";
NIXOS_OZONE_WL = "1"; NIXOS_OZONE_WL = "1";
}; };
services.gvfs.enable = true;
}) })
]; ];
} }