temporary udiskie fix

This commit is contained in:
cnst
2024-07-06 16:06:56 +02:00
parent 25bd13b8b6
commit 480c72f059
5 changed files with 10 additions and 10 deletions

View File

@@ -5,11 +5,10 @@
TERM = "foot";
};
imports = [
./system/polkit.nix
./git
./gui
./shell/cnst.nix
./appearance
./system/polkit.nix
./system/udiskie.nix
];
}

View File

@@ -1,3 +1,7 @@
{
services.udiskie.enable = true;
services.udiskie = {
enable = true;
tray = "always";
notify = false;
};
}