Enable mounting as user
This commit is contained in:
parent
1422c6c0bd
commit
c4f9911053
@ -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
|
||||||
|
@ -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 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user