Added udiskie module

This commit is contained in:
fleaz 2022-05-31 14:09:15 +02:00
parent b54124d7d8
commit 0fe3c9c6cb
No known key found for this signature in database
GPG key ID: AED15F8FDD04D083
2 changed files with 7 additions and 0 deletions

View file

@ -18,6 +18,7 @@ in
modules/sway.nix
modules/git.nix
modules/gpg.nix
modules/udiskie.nix
] ++ lib.optionals (config.networking.hostName == "jimbo") [
modules/kanshi.nix
../secrets/codemonauts.nix
@ -71,6 +72,7 @@ in
silver-searcher
thunderbird-wayland
mosh
evolution
mpv
poetry
go

View file

@ -0,0 +1,5 @@
{
services.udiskie = {
enable = true;
};
}