fix(udiskie): fix install and configuration to re-enable automount
This commit is contained in:
1
home.nix
1
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
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user