use correct background in sddm
All checks were successful
Hydra nixosConfigurations.oracle-installer Hydra build #27456 of nixos-config:pr618:nixosConfigurations.oracle-installer
Hydra nixosConfigurations.pc-installer Hydra build #27457 of nixos-config:pr618:nixosConfigurations.pc-installer
Hydra nixosConfigurations.thinkrac Hydra build #27459 of nixos-config:pr618:nixosConfigurations.thinkrac
Hydra nixosConfigurations.rainbow-resort Hydra build #27458 of nixos-config:pr618:nixosConfigurations.rainbow-resort
All checks were successful
Hydra nixosConfigurations.oracle-installer Hydra build #27456 of nixos-config:pr618:nixosConfigurations.oracle-installer
Hydra nixosConfigurations.pc-installer Hydra build #27457 of nixos-config:pr618:nixosConfigurations.pc-installer
Hydra nixosConfigurations.thinkrac Hydra build #27459 of nixos-config:pr618:nixosConfigurations.thinkrac
Hydra nixosConfigurations.rainbow-resort Hydra build #27458 of nixos-config:pr618:nixosConfigurations.rainbow-resort
This commit is contained in:
parent
184884df9e
commit
a9c0b10720
2 changed files with 9 additions and 2 deletions
|
@ -20,12 +20,12 @@ with lib;
|
|||
project = mkOption {
|
||||
type = types.str;
|
||||
description = "Project name to use";
|
||||
default = "nixos-config";
|
||||
default = "flakes";
|
||||
};
|
||||
jobset = mkOption {
|
||||
type = types.str;
|
||||
description = "Jobset name to use";
|
||||
default = "pr618";
|
||||
default = "nixos-config-rewrite";
|
||||
};
|
||||
job = mkOption {
|
||||
type = types.str;
|
||||
|
|
|
@ -216,4 +216,11 @@ in
|
|||
};
|
||||
}
|
||||
];
|
||||
environment.systemPackages = [
|
||||
(pkgs.writeTextDir "share/sddm/themes/breeze/theme.conf.user" ''
|
||||
[General]
|
||||
background=${bgPng}
|
||||
type=image
|
||||
'')
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue