mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 19:51:34 +01:00
Move gvfs to the DE config
This commit is contained in:
parent
e1eb8290cb
commit
61b00efc83
3 changed files with 4 additions and 2 deletions
|
|
@ -46,6 +46,8 @@ in {
|
|||
extraPortals = [pkgs.xdg-desktop-portal-gtk];
|
||||
config.common.default = "*";
|
||||
};
|
||||
|
||||
services.gvfs.enable = true;
|
||||
})
|
||||
|
||||
(lib.mkIf cfg.hyprland.enable {
|
||||
|
|
@ -58,6 +60,8 @@ in {
|
|||
WLR_NO_HARDWARE_CURSORS = "1";
|
||||
NIXOS_OZONE_WL = "1";
|
||||
};
|
||||
|
||||
services.gvfs.enable = true;
|
||||
})
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue