summaryrefslogtreecommitdiff
path: root/modules/examples/lnl.nix
diff options
context:
space:
mode:
authorMichael Hoang <enzime@users.noreply.github.com>2024-11-04 13:40:00 +1100
committerMichael Hoang <enzime@users.noreply.github.com>2024-11-07 11:41:51 +1100
commitdd48cbd7766baba246f0b2e2bd42baf67e0005d6 (patch)
treee55ed6b89339cde7e4107d9113efc4130f8003ef /modules/examples/lnl.nix
parent56ac6182d3fcb449db620fac0658eedd56aa1597 (diff)
examples: fix evaluation
Diffstat (limited to 'modules/examples/lnl.nix')
-rw-r--r--modules/examples/lnl.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/examples/lnl.nix b/modules/examples/lnl.nix
index d944158..f264e1a 100644
--- a/modules/examples/lnl.nix
+++ b/modules/examples/lnl.nix
@@ -50,13 +50,11 @@
pkgs.gnupg
pkgs.htop
pkgs.jq
- pkgs.mosh
pkgs.ripgrep
pkgs.shellcheck
pkgs.vault
pkgs.qes
- pkgs.darwin-zsh-completions
];
services.yabai.enable = true;
@@ -331,4 +329,6 @@
nix.configureBuildUsers = true;
nix.nrBuildUsers = 32;
+
+ system.stateVersion = 5;
}