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
|
xfce.thunar
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
blueberry
|
blueberry
|
||||||
lxqt.lxqt-policykit
|
pkgs-us.quickshell
|
||||||
] else []) ++ (if !config.homeconfig.minimal then [
|
] else []) ++ (if !config.homeconfig.minimal then [
|
||||||
cava
|
cava
|
||||||
android-tools
|
android-tools
|
||||||
|
|||||||
Reference in New Issue
Block a user