enable eww

This commit is contained in:
Adithya 2024-03-04 00:18:45 +05:30
parent 7e0c702273
commit abb3099b8e
Signed by: adtya
GPG key ID: 48FC9915FFD326D0
3 changed files with 7 additions and 0 deletions

View file

@ -1,5 +1,6 @@
{ ... }: {
imports = [
./eww
./rofi
./waybar
./dunst.nix

View file

View file

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