This commit is contained in:
2025-10-16 17:19:35 -05:00
parent b0c84b9b27
commit d9261385de
2 changed files with 1 additions and 15 deletions

View File

@@ -1,14 +0,0 @@
{ config, lib, pkgs-us, ... }: {
options.homeconfig.quickshell.enable = with lib; mkOption {
type = with types; bool;
default = false;
};
config = lib.mkIf config.homeconfig.quickshell.enable {
home.packages = [
pkgs-us.quickshell
];
};
}

View File

@@ -54,7 +54,7 @@
xfce.thunar
wl-clipboard
blueberry
lxqt.lxqt-policykit
pkgs-us.quickshell
] else []) ++ (if !config.homeconfig.minimal then [
cava
android-tools