Do not install sway on neelix.
This commit is contained in:
@@ -267,7 +267,7 @@ in
|
||||
];
|
||||
|
||||
options.me = {
|
||||
sway.enabled = lib.mkOption {
|
||||
sway.enable = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = false;
|
||||
example = true;
|
||||
@@ -286,7 +286,7 @@ in
|
||||
description = "List of packages to import as sway configs.";
|
||||
};
|
||||
|
||||
config = {
|
||||
config = lib.mkIf (config.me.graphical && config.me.sway.enable) {
|
||||
environment.systemPackages = with pkgs; [
|
||||
alacritty
|
||||
pcmanfm
|
||||
|
||||
Reference in New Issue
Block a user