feat: add gvfs service by default

This commit is contained in:
Dmitriy Kholkin 2025-06-07 21:29:52 +03:00
parent 7542509985
commit 06ce4ca258
Signed by: AtaraxiaDev
GPG Key ID: FD266B810DF48DF2

View File

@ -1,6 +1,7 @@
{
config,
lib,
pkgs,
inputs,
...
}:
@ -94,6 +95,14 @@ in
ataraxia.wayland.enable = mkDefault true;
ataraxia.wayland.hyprland.enable = mkDefault true;
services.gvfs.enable = mkDefault true;
# saved space, but you need to recompile gvfs
services.gvfs.package = (
pkgs.gnome.gvfs.override {
samba = null;
gnomeSupport = false;
}
);
services.getty.autologinUser = mkDefault defaultUser;
location = {