mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
Extract theming from the de configuration
This commit is contained in:
parent
73afff8799
commit
10bb7b5c31
10 changed files with 10 additions and 17 deletions
|
|
@ -5,6 +5,6 @@
|
|||
home-manager.users.seb = {
|
||||
home.packages = [ (wrappers.hypridle { lockOnSleep = true; }) ];
|
||||
|
||||
myConfig.de.theme = "light";
|
||||
myConfig.theme = "light";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -11,6 +11,6 @@
|
|||
(wrappers.hypridle { lockOnSleep = false; })
|
||||
];
|
||||
|
||||
myConfig.de.theme = "dark";
|
||||
myConfig.theme = "dark";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,9 +8,7 @@
|
|||
{
|
||||
myConfig = {
|
||||
de.hyprland.enable = osConfig.myConfig.de.hyprland.enable;
|
||||
|
||||
shell.enable = true;
|
||||
|
||||
ssh-client.enable = true;
|
||||
git.enable = true;
|
||||
vscode.enable = true;
|
||||
|
|
@ -37,6 +35,6 @@
|
|||
wrappers.obsidian
|
||||
wrappers.marktext
|
||||
wrappers.webcord
|
||||
(wrappers.kitty { inherit (config.myConfig.de) theme; })
|
||||
(wrappers.kitty { inherit (config.myConfig) theme; })
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue