diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-02-07 22:12:21 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-04-14 18:58:49 -0700 |
| commit | 18413c5606d6dcf0539df3dbaffcdbdc034ea1a6 (patch) | |
| tree | 2963cefdeae64df0907dce84a23fae4f7e1b19ac /snowfall/modules/home/suites/desktop | |
| parent | b0478a9dc9121d083e5f568fed203ac9a74e1830 (diff) | |
migration: rofi
Diffstat (limited to 'snowfall/modules/home/suites/desktop')
| -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 97d4ddf..244c56c 100644 --- a/snowfall/modules/home/suites/desktop/default.nix +++ b/snowfall/modules/home/suites/desktop/default.nix @@ -13,6 +13,7 @@ in { i3.enable = true; polybar.enable = true; + rofi.enable = true; picom.enable = true; kitty.enable = true; |