gnome: fix xserver option renames (#1429)
This commit is contained in:
parent
64b9f2c2df
commit
48c4636856
6 changed files with 9 additions and 17 deletions
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -218,11 +218,11 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1747542820,
|
||||
"narHash": "sha256-GaOZntlJ6gPPbbkTLjbd8BMWaDYafhuuYRNrxCGnPJw=",
|
||||
"lastModified": 1748460289,
|
||||
"narHash": "sha256-7doLyJBzCllvqX4gszYtmZUToxKvMUrg45EUWaUYmBg=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "292fa7d4f6519c074f0a50394dbbe69859bb6043",
|
||||
"rev": "96ec055edbe5ee227f28cdbc3f1ddf1df5965102",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
|||
|
|
@ -22,8 +22,8 @@ in
|
|||
config.stylix.enable
|
||||
&& config.stylix.targets.gnome.enable
|
||||
&& (
|
||||
config.services.xserver.desktopManager.gnome.enable
|
||||
|| config.services.xserver.displayManager.gdm.enable
|
||||
config.services.desktopManager.gnome.enable
|
||||
|| config.services.displayManager.gdm.enable
|
||||
)
|
||||
)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
services = {
|
||||
desktopManager.gnome.enable = true;
|
||||
displayManager.gdm.enable = true;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -30,8 +30,8 @@ in
|
|||
|
||||
config =
|
||||
let
|
||||
inherit (config.services.xserver.desktopManager) gnome plasma5 lxqt;
|
||||
inherit (config.services.desktopManager) plasma6;
|
||||
inherit (config.services.xserver.desktopManager) plasma5 lxqt;
|
||||
inherit (config.services.desktopManager) gnome plasma6;
|
||||
in
|
||||
lib.mkIf (config.stylix.enable && config.stylix.targets.qt.enable) {
|
||||
stylix.targets.qt.platform =
|
||||
|
|
|
|||
|
|
@ -44,12 +44,6 @@
|
|||
{ fingerprint = "3C97 1C61 0E9E BE35 3259 C1D3 2CA7 0354 EA17 07B9"; }
|
||||
];
|
||||
};
|
||||
repparw = {
|
||||
email = "ubritos@gmail.com";
|
||||
name = "Ulises Britos";
|
||||
github = "repparw";
|
||||
githubId = 45952970;
|
||||
};
|
||||
skoove = {
|
||||
email = "zie@sturges.com.au";
|
||||
name = "Zie Sturges";
|
||||
|
|
|
|||
|
|
@ -84,8 +84,7 @@ in
|
|||
};
|
||||
|
||||
config = lib.mkIf (config.stylix.testbed.ui != null) {
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
services = {
|
||||
displayManager.gdm.enable = true;
|
||||
desktopManager.gnome.enable = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue