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; };
|
programs.eww = {
|
||||||
home.file."${config.xdg.configHome}/eww" = {
|
enable = true;
|
||||||
source = ./eww;
|
configDir = ./eww;
|
||||||
recursive = true;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue