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
];
}