Update sway config

This commit is contained in:
2024-06-06 19:13:50 -05:00
parent 170191583c
commit 2a2a046560
9 changed files with 79 additions and 95 deletions

View File

@@ -20,7 +20,7 @@ in
nil.enable = mkOption {
description = "Whether to install nil";
type = types.bool;
default = false;
default = true;
};
shell = mkOption {