ma 2/default: use linuxPkackages_latest by default
This commit is contained in:
parent
6dc4485a55
commit
f6f01faa3a
@ -11,6 +11,9 @@ with import <stockholm/lib>;
|
||||
./vim.nix
|
||||
./binary-cache/nixos.nix
|
||||
];
|
||||
|
||||
boot.kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;
|
||||
|
||||
programs.command-not-found.enable = false;
|
||||
nixpkgs.config.allowUnfreePredicate = (pkg: pkgs.lib.hasPrefix "unrar-" pkg.name);
|
||||
krebs = {
|
||||
|
Loading…
Reference in New Issue
Block a user