diff --git a/home.nix b/home.nix index f698efc..d9a0371 100644 --- a/home.nix +++ b/home.nix @@ -42,4 +42,5 @@ services.unclutter.enable = true; services.gpg-agent.enable = true; services.blueman-applet.enable = true; + services.udiskie.enable = true; # require "services.udisks2.enable = true" in system configuration } diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 61b03fe..a3ed0c1 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -112,6 +112,7 @@ services.gnome.at-spi2-core.enable = true; # see https://github.com/NixOS/nixpkgs/pull/49636/files services.gnome.gnome-keyring.enable = true; # see https://nixos.wiki/wiki/Visual_Studio_Code#Error_after_Sign_On services.blueman.enable = true; + services.udisks2.enable = true; # Enable the OpenSSH daemon. # services.openssh.enable = true; diff --git a/programs/i3.nix b/programs/i3.nix index 4f3f81c..65f0ccb 100644 --- a/programs/i3.nix +++ b/programs/i3.nix @@ -81,7 +81,6 @@ startup = [ { command = "nextcloud"; notification = false; } { command = "setxkbmap -layout fr -variant bepo"; notification = false; } - { command = "udiskie"; notification = false; } { command = "copyq"; notification = false; } { command = "numlockx on"; notification = false; } # turn verr num on