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; [
git hut unzip fastfetch
wget curl
neofetch inxi mlocate
inxi mlocate
tailscale bluez-tools
# Languages
zig
@ -182,6 +182,8 @@
gnutar
sccache
ncurses
# web dev
hugo
];
# Open ports in the firewall.

View file

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