summaryrefslogtreecommitdiff
path: root/modules/examples
diff options
context:
space:
mode:
Diffstat (limited to 'modules/examples')
-rw-r--r--modules/examples/lnl.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/examples/lnl.nix b/modules/examples/lnl.nix
index 0d99d6e..de6bd18 100644
--- a/modules/examples/lnl.nix
+++ b/modules/examples/lnl.nix
@@ -21,7 +21,7 @@
system.defaults.trackpad.Clicking = true;
- nix.package = pkgs.nix;
+ nix.package = pkgs.nixUnstable;
environment.systemPackages =
[ pkgs.curl
@@ -36,7 +36,7 @@
pkgs.khd
pkgs.kwm
- pkgs.nix
+ pkgs.nixUnstable
pkgs.nix-repl
];
@@ -65,7 +65,7 @@
nix.trustedBinaryCaches = [ https://d3i7ezr9vxxsfy.cloudfront.net ];
nix.trustedUsers = [ "@admin" ];
- programs.nix-script.enable = true;
+ # programs.nix-script.enable = true;
programs.tmux.enable = true;
programs.tmux.enableSensible = true;