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

@ -7,5 +7,6 @@
./git
./home-manager
./shells
./udevil
];
}

View file

@ -0,0 +1,4 @@
{ config, ... }:
{
programs.udevil.enable = config.system.desktop.enable;
}