Skip to content

Commit

Permalink
Hugo static site generator
Browse files Browse the repository at this point in the history
  • Loading branch information
Munsio committed May 28, 2024
1 parent 376a534 commit aaa7aa4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions hosts/vortex/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
../../modules/wm/sddm/default.nix
../../modules/programs/git-autofixup.nix
../../modules/programs/wezterm/wezterm-env.nix
../../modules/programs/hugo.nix
];

boot = {
Expand Down
12 changes: 12 additions & 0 deletions modules/programs/hugo.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#
# Hugo - NixOS-Pkg
#

{ pkgs, unstable, ... }:

let
in {
environment.systemPackages = with pkgs; [
unstable.hugo
];
}

0 comments on commit aaa7aa4

Please sign in to comment.