mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
switch to global theming configuration
This commit is contained in:
parent
b3cb8940d4
commit
3bb6302f03
6 changed files with 56 additions and 53 deletions
|
|
@ -7,17 +7,18 @@
|
|||
imports = let
|
||||
modules = [
|
||||
"boot"
|
||||
"dwm"
|
||||
"fonts"
|
||||
"git"
|
||||
#"mining"
|
||||
"packages"
|
||||
"parrot"
|
||||
"picom"
|
||||
"refreshrate"
|
||||
"sxhkd"
|
||||
"vfio"
|
||||
"dwm"
|
||||
"shells"
|
||||
"sxhkd"
|
||||
"theme"
|
||||
"vfio"
|
||||
#"mining"
|
||||
];
|
||||
in
|
||||
lib.lists.forEach modules (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue