diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2017-05-22 23:42:44 +0200 |
|---|---|---|
| committer | Daiderd Jordan <daiderd@gmail.com> | 2017-05-22 23:42:44 +0200 |
| commit | aebf57d677d4fc0d2b16a83501427042a26732cb (patch) | |
| tree | 8289453122df2ea913ebac6ac34d2989ae6366b9 /modules | |
| parent | d5596d5df2fa66f4c1ccdc62b405e14173f22e6f (diff) | |
lnl: use active version of nix for the daemon
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/examples/lnl.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/examples/lnl.nix b/modules/examples/lnl.nix index bc91cac..ff81a39 100644 --- a/modules/examples/lnl.nix +++ b/modules/examples/lnl.nix @@ -21,6 +21,8 @@ system.defaults.trackpad.Clicking = true; + nix.package = pkgs.nix; + environment.systemPackages = [ pkgs.curl pkgs.fzf @@ -31,6 +33,7 @@ pkgs.mosh pkgs.silver-searcher + pkgs.nix pkgs.nix-repl ]; |
