chore: NixOS | format nix files

This commit is contained in:
2025-02-06 17:14:20 +05:00
parent ba286b9033
commit 781cd2811c
4 changed files with 70 additions and 59 deletions

View File

@@ -40,12 +40,7 @@
};
};
outputs = {
self,
nixpkgs,
...
} @ inputs:
let
outputs = {nixpkgs, ...} @ inputs: let
system = "x86_64-linux";
host = "rihla";
user = "shahab";
@@ -73,7 +68,7 @@
homeConfigurations = {
"${user}" = inputs.home-manager.lib.homeManagerConfiguration {
inherit pkgs;
modules = [ ./home-manager/home.nix ];
modules = [./home-manager/home.nix];
};
};