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.unclutter.enable = true;
|
||||||
services.gpg-agent.enable = true;
|
services.gpg-agent.enable = true;
|
||||||
services.blueman-applet.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.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.gnome.gnome-keyring.enable = true; # see https://nixos.wiki/wiki/Visual_Studio_Code#Error_after_Sign_On
|
||||||
services.blueman.enable = true;
|
services.blueman.enable = true;
|
||||||
|
services.udisks2.enable = true;
|
||||||
|
|
||||||
# Enable the OpenSSH daemon.
|
# Enable the OpenSSH daemon.
|
||||||
# services.openssh.enable = true;
|
# services.openssh.enable = true;
|
||||||
|
|||||||
@@ -81,7 +81,6 @@
|
|||||||
startup = [
|
startup = [
|
||||||
{ command = "nextcloud"; notification = false; }
|
{ command = "nextcloud"; notification = false; }
|
||||||
{ command = "setxkbmap -layout fr -variant bepo"; notification = false; }
|
{ command = "setxkbmap -layout fr -variant bepo"; notification = false; }
|
||||||
{ command = "udiskie"; notification = false; }
|
|
||||||
{ command = "copyq"; notification = false; }
|
{ command = "copyq"; notification = false; }
|
||||||
{ command = "numlockx on"; notification = false; } # turn verr num on
|
{ command = "numlockx on"; notification = false; } # turn verr num on
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user