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
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user