Do not install sway on neelix.

This commit is contained in:
Tom Alexander
2025-01-20 20:06:33 -05:00
parent 9d49eb9d6a
commit d0c1bb1b65
11 changed files with 28 additions and 20 deletions

View File

@@ -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