This commit is contained in:
Lennart J. Kurzweg (Nx2)
2025-03-31 01:24:45 +02:00
parent 921f8fc6a7
commit 8a8780ff71
5 changed files with 47 additions and 11 deletions

View File

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