mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
Move DE utility modules to deUtils namespace
This commit is contained in:
parent
7e0677ce7d
commit
84be6ec469
19 changed files with 29 additions and 29 deletions
|
|
@ -4,7 +4,7 @@
|
|||
home.stateVersion = "24.11";
|
||||
|
||||
myConfig = {
|
||||
de.theme = "light";
|
||||
theme = "light";
|
||||
hibernation.enable = true;
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
home.stateVersion = "23.11";
|
||||
|
||||
myConfig = {
|
||||
de.theme = "dark";
|
||||
theme = "dark";
|
||||
hibernation.enable = true;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue