Enable KDE Connect and XDG Portal, and update the RPi IP.
This commit is contained in:
parent
0dec8f9faa
commit
d414f9e2ce
|
@ -19,6 +19,10 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
kdeconnect = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
thunar = {
|
thunar = {
|
||||||
plugins = with pkgs.xfce; [ thunar-archive-plugin ];
|
plugins = with pkgs.xfce; [ thunar-archive-plugin ];
|
||||||
};
|
};
|
||||||
|
|
|
@ -88,9 +88,9 @@
|
||||||
# specified twice. To make it work, right-click the NetworkManager tray
|
# specified twice. To make it work, right-click the NetworkManager tray
|
||||||
# icon and toggle "Enable Networking", then check "/etc/resolv.conf" that
|
# icon and toggle "Enable Networking", then check "/etc/resolv.conf" that
|
||||||
# this IP is at the top.
|
# this IP is at the top.
|
||||||
insertNameservers = [ "192.168.0.202" ];
|
insertNameservers = [ "192.168.1.181" ];
|
||||||
};
|
};
|
||||||
nameservers = [ "192.168.0.202" ];
|
nameservers = [ "192.168.1.181" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
security = {
|
security = {
|
||||||
|
@ -117,4 +117,11 @@
|
||||||
host.enable = true;
|
host.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
xdg = {
|
||||||
|
portal = {
|
||||||
|
enable = true;
|
||||||
|
extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue