summaryrefslogtreecommitdiff
path: root/modules/examples
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2017-07-18 21:42:19 +0200
committerDaiderd Jordan <daiderd@gmail.com>2017-07-18 22:32:39 +0200
commit0a1461ce7d8553c2c0d7140ca646e36d6180ee93 (patch)
tree5a9af4d2a80981e87fe7e4b3cdf02dc4de52cd5d /modules/examples
parentdc6b81a4b3bec3caebe6157b48fa6943b9cd53e9 (diff)
lnl: use nixUnstable
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;