add comments
This commit is contained in:
parent
919308d150
commit
2f74c68a4f
1 changed files with 2 additions and 1 deletions
|
|
@ -89,8 +89,9 @@
|
|||
osbm = home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = nixpkgs.legacyPackages.x86_64-linux; # Home-manager requires 'pkgs' instance
|
||||
modules = [./modules/home.nix];
|
||||
# get state version from the current hosts' configuration.nix
|
||||
# specialArgs = { stateVersion = "24.05"; };
|
||||
};
|
||||
};
|
||||
formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.alejandra;
|
||||
formatter.aarch64-linux = nixpkgs.legacyPackages.aarch64-linux.alejandra;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue