hugo install
This commit is contained in:
parent
63228a01d7
commit
aaf819373b
|
@ -1,6 +0,0 @@
|
||||||
{ config, pkgs, ... }:
|
|
||||||
{
|
|
||||||
environment.systemPackages = with pkgs; [
|
|
||||||
cosmic
|
|
||||||
]
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
geir@idea.4010:1717188620
|
|
|
@ -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.
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
{
|
{
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
cosmic
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue