packages
This commit is contained in:
@@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
@@ -54,7 +54,7 @@
|
||||
xfce.thunar
|
||||
wl-clipboard
|
||||
blueberry
|
||||
lxqt.lxqt-policykit
|
||||
pkgs-us.quickshell
|
||||
] else []) ++ (if !config.homeconfig.minimal then [
|
||||
cava
|
||||
android-tools
|
||||
|
||||
Reference in New Issue
Block a user