remove eww

This commit is contained in:
Adithya 2024-03-07 00:44:48 +05:30
parent 7bf45eca20
commit 216762ed16
Signed by: adtya
GPG key ID: 48FC9915FFD326D0
3 changed files with 0 additions and 7 deletions

View file

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

View file

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