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
|
qgis
|
||||||
mpv
|
mpv
|
||||||
helvum
|
helvum
|
||||||
|
gnome.gvfs
|
||||||
] ++ (if x11mode then [
|
] ++ (if x11mode then [
|
||||||
arandr
|
arandr
|
||||||
flameshot
|
flameshot
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,7 @@
|
||||||
{
|
{
|
||||||
wayland.windowManager.sway = let mod = "Mod4"; in {
|
wayland.windowManager.sway = let mod = "Mod4"; in {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
wrapperFeatures.gtk = true;
|
||||||
systemd = {
|
systemd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue