steveej-t480-work: add NVMe support and user packages

This commit is contained in:
steveej 2018-11-05 14:31:58 +01:00
parent 8baa3cf42d
commit ed6aac6185
4 changed files with 23 additions and 9 deletions

View file

@ -1,10 +1,10 @@
{ pkgs
, config,
... }:
, config
, ... }:
let
# gitpkgs = import /home/steveej/src/github/NixOS/nixpkgs {};
unstablepkgs = import <nixos-unstable> {};
unstablepkgs = import <nixos-unstable> { config = config.nixpkgs.config; };
in {
imports = [