1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-03-28 02:37:09 +00:00

lnl: use active version of nix for the daemon

This commit is contained in:
Daiderd Jordan 2017-05-22 23:42:44 +02:00
parent d5596d5df2
commit aebf57d677
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -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
];