feat: restore rofi instead of wofi

This commit is contained in:
2025-11-02 03:00:57 +01:00
parent 4658b8392e
commit 9105831fbb
9 changed files with 124 additions and 4845 deletions

View File

@@ -7,17 +7,16 @@ with lib; let
cfg = config.home.desktop;
in {
imports = [
./emoji.nix
./eww.nix
./hyprland.nix
./kdeconnect.nix
./kitty.nix
./obs.nix
./qt.nix
./rofi
./swaync.nix
./waybar.nix
./wlsunset.nix
./wofi.nix
];
options.home.desktop.fullDesktop = mkEnableOption "Enable options for graphical environments";
@@ -28,5 +27,6 @@ in {
kitty.enable = mkDefault cfg.fullDesktop;
obs.enable = mkDefault cfg.fullDesktop;
qt.enable = mkDefault cfg.fullDesktop;
rofi.enable = mkDefault cfg.fullDesktop;
};
}