Compare commits
No commits in common. "79d88a1a640e3da2b72ab3175eb18631b3757874" and "9752e5a12b8051782e213b2b93676884d89c4da4" have entirely different histories.
79d88a1a64
...
9752e5a12b
|
@ -32,7 +32,7 @@ in
|
|||
enable = true;
|
||||
extraGSettingsOverrides = ''
|
||||
[org.gnome.mutter]
|
||||
experimental-features = [ 'scale-monitor-framebuffer', 'variable-refresh-rate' ]
|
||||
experimental-features = [ 'scale-monitor-framebuffer', 'xwayland-native-scaling', 'variable-refresh-rate' ]
|
||||
'';
|
||||
extraGSettingsOverridePackages = [ pkgs.mutter ];
|
||||
};
|
||||
|
|
|
@ -50,7 +50,6 @@ in
|
|||
"plugdev"
|
||||
"tss"
|
||||
"wheel"
|
||||
"users"
|
||||
]; # tss group has access to TPM devices
|
||||
|
||||
# Allow systemd services to run even while aires is logged out
|
||||
|
|
|
@ -27,7 +27,6 @@ in
|
|||
extraGroups = [
|
||||
"networkmanager"
|
||||
"input"
|
||||
"groups"
|
||||
];
|
||||
|
||||
# Allow systemd services to keep running even while gremlin is logged out
|
||||
|
|
Loading…
Reference in a new issue