Migrate from udiskie to udevil

This commit is contained in:
Bun 2025-03-26 10:33:24 -04:00
parent 88bf37e5b3
commit e2c86171a5
6 changed files with 5 additions and 16 deletions

View file

@ -4,7 +4,6 @@
./displaymanager
./earlyoom
./gnome-keyring
./gvfs
./keyd
./libvirtd
./portals

View file

@ -1,7 +0,0 @@
{ config, lib, ... }:
{
services = lib.mkIf config.system.desktop.enable {
gvfs.enable = true;
udisks2.enable = true;
};
}