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; [
|
||||
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.
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
cosmic
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue