gvfs for sftp fs access in nautilus
This commit is contained in:
parent
ae3b8e06a8
commit
34c3040cf8
2 changed files with 2 additions and 0 deletions
1
home.nix
1
home.nix
|
|
@ -82,6 +82,7 @@ let username = "clara"; in
|
|||
qgis
|
||||
mpv
|
||||
helvum
|
||||
gnome.gvfs
|
||||
] ++ (if x11mode then [
|
||||
arandr
|
||||
flameshot
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
{
|
||||
wayland.windowManager.sway = let mod = "Mod4"; in {
|
||||
enable = true;
|
||||
wrapperFeatures.gtk = true;
|
||||
systemd = {
|
||||
enable = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue