Compare commits
No commits in common. "bc4578a678073be77832b4ad4af8591e01d03c32" and "ae5a96ecb49d9d3af18d3a604f26120c59088b9a" have entirely different histories.
bc4578a678
...
ae5a96ecb4
|
@ -15,6 +15,7 @@
|
|||
./audiobook.nix
|
||||
#./ollama.nix
|
||||
./forgejo.nix
|
||||
./open-vscode-server.nix
|
||||
];
|
||||
|
||||
# Swap zram
|
||||
|
@ -66,16 +67,17 @@
|
|||
"networkmanager"
|
||||
"libvirt"
|
||||
"podman"
|
||||
"incus-admin"
|
||||
"incus-admin"
|
||||
];
|
||||
packages = with pkgs; [
|
||||
bottom fastfetch nerdfetch
|
||||
bottom
|
||||
];
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
neovim emacs nano curl htop glances kitty
|
||||
wget git inxi nethogs fastfetch
|
||||
emacsPackages.vterm
|
||||
];
|
||||
|
||||
# Enable the OpenSSH daemon.
|
||||
|
|
|
@ -154,8 +154,6 @@
|
|||
"dotnet-core-combined"
|
||||
"dotnet-runtime-6.0.36"
|
||||
"dotnet-sdk-wrapped-7.0.120"
|
||||
"dotnet-core-combined"
|
||||
|
||||
];
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue