diff options
author | Linnnus <[email protected]> | 2023-12-29 21:36:05 +0100 |
---|---|---|
committer | Linnnus <[email protected]> | 2023-12-29 21:36:05 +0100 |
commit | 48e88ff56e730ae9527ee3f6e89aac5a0cc9e488 (patch) | |
tree | ab6cdd1d1fa70fa15a2dd1e8a84af38d5739b94b /flake.nix | |
parent | 8c4e59b2328ee008f1d479c20a58793fe5baacbe (diff) |
hosts/ahmed: Add hellohtml.linus.onl
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -27,6 +27,11 @@ url = "github:linnnus/comma-zsh"; inputs.nixpkgs.follows = "nixpkgs"; }; + hellohtml = { + url = "github:linnnus/hellohtml"; + # url = "path:/home/linus/hellohtml"; + inputs.nixpkgs.follows = "nixpkgs-unstable"; + }; }; outputs = { @@ -36,6 +41,7 @@ nix-darwin, agenix, push-notification-api, + hellohtml, ... } @ inputs: let args = { @@ -88,6 +94,7 @@ home-manager.nixosModules.home-manager agenix.nixosModules.default push-notification-api.nixosModules.default + hellohtml.nixosModules.default ./hosts/ahmed/configuration.nix ./hosts/common.nix ./home |