Compare commits

..

No commits in common. "bc4578a678073be77832b4ad4af8591e01d03c32" and "ae5a96ecb49d9d3af18d3a604f26120c59088b9a" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View file

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

View file

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