nix auto formatter
This commit is contained in:
parent
c168b3f0c1
commit
fad8d83815
6 changed files with 44 additions and 27 deletions
12
flake.nix
12
flake.nix
|
|
@ -7,7 +7,8 @@
|
|||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
outputs = inputs @ { self, nixpkgs, ... }:
|
||||
outputs =
|
||||
inputs@{ self, nixpkgs, ... }:
|
||||
let
|
||||
system = "x86_64-linux";
|
||||
lib = nixpkgs.lib;
|
||||
|
|
@ -16,12 +17,13 @@
|
|||
./configuration.nix
|
||||
./user.nix
|
||||
];
|
||||
in {
|
||||
in
|
||||
{
|
||||
# laptop
|
||||
nixosConfigurations.nahemah = lib.nixosSystem {
|
||||
specialArgs = {
|
||||
host = "nahemah";
|
||||
inherit inputs;
|
||||
specialArgs = {
|
||||
host = "nahemah";
|
||||
inherit inputs;
|
||||
};
|
||||
modules = [
|
||||
./hosts/nahemah/hardware-configuration.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue