hugo install

This commit is contained in:
Geir Okkenhaug Jerstad 2024-06-10 10:43:47 +02:00
parent 63228a01d7
commit aaf819373b
4 changed files with 6 additions and 9 deletions

View file

@ -1,4 +1,6 @@
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
cosmic
];
}