Skip to content

Commit

Permalink
Updated website-builder
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmus-kirk committed Jan 21, 2025
1 parent b4eb2cd commit 9add3ff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 19 deletions.
23 changes: 6 additions & 17 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
agenix.inputs.home-manager.follows = "home-manager";

nixos-hardware.url = "github:NixOS/nixos-hardware/master";

website-builder.url = "github:rasmus-kirk/website-builder";
website-builder.inputs.nixpkgs.follows = "nixpkgs";
};

outputs = inputs @ {
Expand Down Expand Up @@ -70,8 +72,8 @@
}];
navbar = [
{ title = "Home"; location = "/"; }
{ title = "Nixos"; location = "/nixos"; }
{ title = "Home Manager"; location = "/home-manager"; }
{ title = "Nixos"; location = "/nixos-options"; }
{ title = "Home Manager"; location = "/home-manager-options"; }
{ title = "Github"; location = "https://github.com/rasmus-kirk/nix-config"; }
];
homemanagerModules = ./modules/home-manager;
Expand Down

0 comments on commit 9add3ff

Please sign in to comment.