nix auto formatter

This commit is contained in:
Albert Zhang 2026-01-08 13:39:02 -05:00
parent c168b3f0c1
commit fad8d83815
6 changed files with 44 additions and 27 deletions

View file

@ -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