mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2026-06-21 21:21:17 +02:00
revert fucking braindead change: https://github.com/nix-community/home-manager/pull/5979
This commit is contained in:
parent
b85ae9f753
commit
f71276f011
1 changed files with 7 additions and 1 deletions
|
|
@ -2,6 +2,12 @@
|
|||
{
|
||||
programs.eww = {
|
||||
enable = true;
|
||||
configDir = ./configDir;
|
||||
yuckConfig = null;
|
||||
scssConfig = null;
|
||||
};
|
||||
xdg.configFile."eww" = {
|
||||
source = ./configDir;
|
||||
recursive = true;
|
||||
force = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue