Refactor flake.nix: update homeManagerModules output and modernize nvim app metadata
This commit is contained in:
@@ -83,11 +83,13 @@
|
||||
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;
|
||||
};
|
||||
default = import ./home/programs/group/flake.nix args;
|
||||
};
|
||||
|
||||
# Ensure nixosConfigurations uses modern output format
|
||||
|
||||
# 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