steveej-t480-work: add NVMe support and user packages
This commit is contained in:
parent
8baa3cf42d
commit
ed6aac6185
4 changed files with 23 additions and 9 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue