chore(module): remove installPackage parameter
This commit is contained in:
parent
e2e5c9c75e
commit
691e01e22c
7 changed files with 30 additions and 60 deletions
|
@ -7,12 +7,6 @@ in
|
|||
options.modules.desktop.sway = {
|
||||
enable = mkEnableOption "enable Sway Windows Manager";
|
||||
|
||||
installPackage = mkOption {
|
||||
type = types.bool;
|
||||
default = true;
|
||||
description = "install Package, if false relies on distribution packages";
|
||||
};
|
||||
|
||||
kanshi = mkOption {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue