modified: flake.nix

This commit is contained in:
2025-07-22 14:09:08 +10:00
parent 41a6800c58
commit f5dcb13b86
+20
View File
@@ -20,6 +20,26 @@
access-tokens = [
"github.com=***REMOVED***"
];
};
homeConfigurations = {
nixos = home-manager.lib.homeManagerConfiguration {
inherit nixpkgs;
extraSpecialArgs = { inherit inputs; };
modules = [
inputs.firefox-webapp.home-modules.firefox-webapp
./hosts/nixos/home.nix # this file will now receive inputs
];
configuration = { config, pkgs, ... }: {
programs.firefox.enable = true;
graphical.enable = true;
graphical.webapps = {
# You can also define webapps here if you prefer
};
};
};
};
nixosConfigurations = {
# automatically use each host folder by name