Fix udiskie

This commit is contained in:
ark-lamp-umbrella 2024-04-07 18:42:44 -07:00
parent 604ea59cd4
commit e4c567b264
Signed by: ark-lamp-umbrella
GPG Key ID: 15E48F7B97025652
1 changed files with 6 additions and 4 deletions

View File

@ -74,8 +74,7 @@ in
enable = true;
alsa.enable = true;
alsa.support32Bit = true;
pulse.enable = true;
# If you want to use JACK applications, uncomment this
pulse.enable = true; # If you want to use JACK applications, uncomment this
#jack.enable = true;
# use the example session manager (no others are packaged yet so this is enabled by default,
@ -162,9 +161,12 @@ in
pkgs.elixir-ls
pkgs.erlang-ls
pkgs.zls
pkgs.lua-language-server
pkgs.udiskie
pkgs.lua-language-server
];
services.udiskie = {
enable = true;
notify = false;
};
programs = {
# vscode = {
# enable = true;