feat: add udiskie

This commit is contained in:
Jacob Bachmann 2023-08-31 09:55:24 +02:00
parent 89724f1866
commit a002b74366
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
4 changed files with 12 additions and 0 deletions

View file

@ -7,6 +7,7 @@
./neovim.nix
./sway.nix
./tmux.nix
./udiskie.nix
./vscode.nix
./waybar.nix
./wofi.nix

View file

@ -0,0 +1,6 @@
{ ... }: {
services.udiskie = {
enable = true;
tray = "always";
};
}