Enable mounting as user

This commit is contained in:
Valentin Brandl 2023-02-01 00:24:35 +01:00
parent 1422c6c0bd
commit c4f9911053
Signed by: vbrandl
GPG Key ID: CAD4DA1A789125F9
2 changed files with 10 additions and 7 deletions

View File

@ -7,11 +7,6 @@
i3lock-fancy i3lock-fancy
xfce.thunar
xfce.thunar-volman
# mounting external devices in thunar
gvfs
antigen antigen
nodejs nodejs
fortune fortune

View File

@ -56,7 +56,13 @@ inputs:
/* unbound.enable = true; */ /* unbound.enable = true; */
resolved.enable = true; resolved.enable = true;
/* mount as user */
udisks2.enable = true; udisks2.enable = true;
gvfs = {
enable = true;
package = pkgs.gvfs;
};
# Enable CUPS to print documents. # Enable CUPS to print documents.
printing.enable = true; printing.enable = true;
pipewire = { pipewire = {
@ -114,8 +120,6 @@ inputs:
wget wget
which which
xfce.thunar
xfce.thunar-volman
gvfs gvfs
# yubikey packages # yubikey packages
@ -151,6 +155,10 @@ inputs:
enableSSHSupport = true; enableSSHSupport = true;
pinentryFlavor = "curses"; pinentryFlavor = "curses";
}; };
thunar = {
enable = true;
plugins = with pkgs.xfce; [ thunar-archive-plugin thunar-volman ];
};
}; };
environment.sessionVariables = { environment.sessionVariables = {