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

@@ -9,7 +9,7 @@
imports = [ ];
options.me = {
blank.enabled = lib.mkOption {
blank.enable = lib.mkOption {
type = lib.types.bool;
default = false;
example = true;
@@ -17,7 +17,7 @@
};
};
config = lib.mkIf config.me.blank.enabled (
config = lib.mkIf config.me.blank.enable (
lib.mkMerge [
{
environment.systemPackages = with pkgs; [