update commonUsers and refactor system config
This commit is contained in:
parent
255ca68af5
commit
ed4768a795
8 changed files with 131 additions and 104 deletions
|
@ -35,6 +35,10 @@ in
|
|||
# $ xdg-open "https://github.com/"
|
||||
# Error: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interface “org.freedesktop.portal.OpenURI” on object at path /org/freedesktop/portal/desktop
|
||||
xdgOpenUsePortal = false;
|
||||
|
||||
# keep the behaviour in < 1.17, which uses the first portal implementation found in lexicographical order, use the following:
|
||||
config.common.default = "*";
|
||||
|
||||
extraPortals = [
|
||||
pkgs.xdg-desktop-portal-wlr
|
||||
pkgs.xdg-desktop-portal-gtk
|
||||
|
@ -59,8 +63,6 @@ in
|
|||
#jack.enable = true;
|
||||
};
|
||||
|
||||
networkmanager.enable = false;
|
||||
|
||||
security.pam.services.getty.enableGnomeKeyring = true;
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
# autologin steveej on tty1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue