refactor(flake): move pkgs
This commit is contained in:
parent
6c610fea29
commit
8f5a8dee66
3 changed files with 7 additions and 9 deletions
system/nixos
|
@ -1,10 +1,8 @@
|
|||
{ inputs, self, system, username }:
|
||||
{ inputs, pkgs, self, system, username }:
|
||||
|
||||
{ desktop }:
|
||||
{ desktop ? false }:
|
||||
|
||||
let
|
||||
pkgs = inputs.nixpkgs.legacyPackages."${system}";
|
||||
|
||||
configuration = import ./configuration.nix { inherit inputs pkgs system; };
|
||||
hardware-configuration = import ./hardware-configuration.nix;
|
||||
in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue