hugo
This commit is contained in:
7
home-modules/hugo.nix
Normal file
7
home-modules/hugo.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
hugo
|
||||
dart-sass
|
||||
];
|
||||
}
|
||||
1
home.nix
1
home.nix
@@ -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 []);
|
||||
|
||||
@@ -17,6 +17,8 @@
|
||||
firewall.allowedTCPPorts = [
|
||||
80
|
||||
443
|
||||
8000
|
||||
8080
|
||||
];
|
||||
};
|
||||
environment.etc = {
|
||||
|
||||
Reference in New Issue
Block a user