forked from KptltD00M/nixy
Refactor flake.nix and home.nix: modernize homeManagerModules output and comment out secrets import
This commit is contained in:
@@ -82,14 +82,8 @@
|
||||
# Formatter output
|
||||
formatter.${system} = pkgs.alejandra;
|
||||
|
||||
# Explicit homeManagerModules output (needed for home-manager packages)
|
||||
# Define homeManagerModules output for home-manager integration
|
||||
homeManagerModules = {
|
||||
default = import ./home/programs/group/flake.nix args;
|
||||
};
|
||||
|
||||
|
||||
# Update to modern syntax (no defaultApp)
|
||||
|
||||
nixosConfigurations = {
|
||||
thinkpad = import ./hosts/laptop/flake.nix args;
|
||||
home-pc = import ./hosts/home-pc/flake.nix args;
|
||||
|
||||
Reference in New Issue
Block a user