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,6 +0,0 @@
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
cosmic
]
}

View file

@ -1 +0,0 @@
geir@idea.4010:1717188620

View file

@ -154,7 +154,7 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
git hut unzip fastfetch git hut unzip fastfetch
wget curl wget curl
neofetch inxi mlocate inxi mlocate
tailscale bluez-tools tailscale bluez-tools
# Languages # Languages
zig zig
@ -182,6 +182,8 @@
gnutar gnutar
sccache sccache
ncurses ncurses
# web dev
hugo
]; ];
# Open ports in the firewall. # Open ports in the firewall.

View file

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