diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-02-08 20:28:49 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-04-14 18:58:53 -0700 |
| commit | 1cfb12afdddce77ab2a8c430b53faf9d8d31d920 (patch) | |
| tree | 9f69be31594e436aa692edc5f15a3fa1efe511c9 /snowfall/modules/home/suites | |
| parent | 1eb21c10c217c60e226d168875def24967570a19 (diff) | |
migration: eww
Diffstat (limited to 'snowfall/modules/home/suites')
| -rw-r--r-- | snowfall/modules/home/suites/desktop/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/snowfall/modules/home/suites/desktop/default.nix b/snowfall/modules/home/suites/desktop/default.nix index 7322e0a..077843a 100644 --- a/snowfall/modules/home/suites/desktop/default.nix +++ b/snowfall/modules/home/suites/desktop/default.nix @@ -21,6 +21,7 @@ in { polybar.enable = true; rofi.enable = true; picom.enable = true; + eww.enable = true; gtk.enable = true; fcitx5.enable = true; |