fix: add eww but better
This commit is contained in:
parent
90aaf762cd
commit
c3234a18b1
1 changed files with 3 additions and 4 deletions
|
@ -59,9 +59,8 @@
|
|||
};
|
||||
};
|
||||
|
||||
programs.eww = { enable = true; };
|
||||
home.file."${config.xdg.configHome}/eww" = {
|
||||
source = ./eww;
|
||||
recursive = true;
|
||||
programs.eww = {
|
||||
enable = true;
|
||||
configDir = ./eww;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue