build(eww): add eww and yuck parser
This commit is contained in:
parent
f7311c6eaa
commit
2f24231813
5 changed files with 18 additions and 4 deletions
6
users/modules/programs/eww.nix
Normal file
6
users/modules/programs/eww.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
programs.eww = {
|
||||
enable = true;
|
||||
configDir = ./eww;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue