refactor(homeModules/desktop): rm option declarations
This commit is contained in:
parent
ccdd8d19d9
commit
aa9a28fa1c
9 changed files with 16 additions and 32 deletions
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
config,
|
||||
osConfig,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
config = lib.mkMerge [
|
||||
(lib.mkIf (config.desktop.lockscreen == "hyprlock") {
|
||||
(lib.mkIf (osConfig.desktop.lockscreen == "hyprlock") {
|
||||
home.sessionVariables.LOCKSCREEN = "hyprlock";
|
||||
programs.hyprlock = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue