diff --git a/README.org b/README.org index e706ea6..080d82c 100644 --- a/README.org +++ b/README.org @@ -480,6 +480,7 @@ nixos = nixpkgs.lib.nixosSystem { ./hosts/nixos <> <> + <> <> <> <> diff --git a/docs/config.toml b/docs/config.toml index e5d57ae..b9002dc 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -62,15 +62,4 @@ pygmentsUseClasses = true disable = true [privacy.youtube] - disable = true - -[menu] - [[menu.main]] - name = "Dotfiles" - url = "dotfiles" - weight = 10 - - [[menu.main]] - name = "Projects" - url = "https://git.chrishayward.xyz/explore/repos" - weight = 20 \ No newline at end of file + disable = true \ No newline at end of file diff --git a/flake.nix b/flake.nix index 9e8b4a3..601c082 100644 --- a/flake.nix +++ b/flake.nix @@ -22,6 +22,7 @@ ./hosts/nixos ./modules/x11.nix ./modules/ssh.nix + ./modules/hugo.nix ./modules/flakes.nix ./modules/cachix.nix inputs.home-manager.nixosModules.home-manager {