This commit is contained in:
Lennart J. Kurzweg (Nx2)
2025-03-02 19:49:09 +01:00
parent 2b854183ac
commit 0b3931ff86
3 changed files with 10 additions and 0 deletions

7
home-modules/hugo.nix Normal file
View File

@@ -0,0 +1,7 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
hugo
dart-sass
];
}

View File

@@ -62,6 +62,7 @@
./home-modules/zathura.nix
./home-modules/zoxide.nix
] ++ (if (host == "NxACE") then [
./home-modules/hugo.nix
./home-modules/nx2site.nix
./home-modules/nx2site-backup.nix
] else []);

View File

@@ -17,6 +17,8 @@
firewall.allowedTCPPorts = [
80
443
8000
8080
];
};
environment.etc = {