added eww home-manager config and dotfiles dir

This commit is contained in:
specCon18 2023-04-18 20:29:17 -04:00
parent e7ee64f568
commit b7b61668a1
4 changed files with 66 additions and 1 deletions

View file

@ -0,0 +1,6 @@
{
programs.eww = {
enable=true;
configDir=../../dotfiles/eww;
};
}