mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21: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
|
|
@ -36,13 +36,13 @@
|
|||
dark = "rgb(ffffff)";
|
||||
light = "rgb(000000)";
|
||||
}
|
||||
.${config.myConfig.de.theme};
|
||||
.${config.myConfig.theme};
|
||||
"col.inactive_border" =
|
||||
{
|
||||
dark = "rgba(ffffff00)";
|
||||
light = "rgba(ffffff00)";
|
||||
}
|
||||
.${config.myConfig.de.theme};
|
||||
.${config.myConfig.theme};
|
||||
layout = "master";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue