Compare commits

...

2 commits

Author SHA1 Message Date
Geir Okkenhaug Jerstad bc4578a678 dotnet-wrapped-combined to permitInsecure 2024-12-08 17:45:58 +01:00
Geir Okkenhaug Jerstad 337270d0d0 added some fetch programs 2024-12-05 09:24:29 +01:00
2 changed files with 4 additions and 4 deletions

View file

@ -15,7 +15,6 @@
./audiobook.nix
#./ollama.nix
./forgejo.nix
./open-vscode-server.nix
];
# Swap zram
@ -70,14 +69,13 @@
"incus-admin"
];
packages = with pkgs; [
bottom
bottom fastfetch nerdfetch
];
};
environment.systemPackages = with pkgs; [
neovim emacs nano curl htop glances kitty
wget git inxi nethogs fastfetch
emacsPackages.vterm
];
# Enable the OpenSSH daemon.

View file

@ -154,6 +154,8 @@
"dotnet-core-combined"
"dotnet-runtime-6.0.36"
"dotnet-sdk-wrapped-7.0.120"
"dotnet-core-combined"
];