stable
This commit is contained in:
parent
3057cde69e
commit
7b86cafc22
6 changed files with 48 additions and 47 deletions
|
@ -1,9 +1,11 @@
|
|||
{ inputs, self, username }:
|
||||
{ inputs, self, system, username }:
|
||||
|
||||
{ desktop }:
|
||||
|
||||
let
|
||||
configuration = import ./configuration.nix;
|
||||
pkgs = inputs.nixpkgs.legacyPackages."${system}";
|
||||
|
||||
configuration = import ./configuration.nix { inherit inputs pkgs system; };
|
||||
hardware-configuration = import ./hardware-configuration.nix;
|
||||
in
|
||||
inputs.nixpkgs.lib.nixosSystem {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue