Compare commits
2 commits
ae5a96ecb4
...
bc4578a678
Author | SHA1 | Date | |
---|---|---|---|
bc4578a678 | |||
Geir Okkenhaug Jerstad | 337270d0d0 |
|
@ -15,7 +15,6 @@
|
|||
./audiobook.nix
|
||||
#./ollama.nix
|
||||
./forgejo.nix
|
||||
./open-vscode-server.nix
|
||||
];
|
||||
|
||||
# Swap zram
|
||||
|
@ -67,17 +66,16 @@
|
|||
"networkmanager"
|
||||
"libvirt"
|
||||
"podman"
|
||||
"incus-admin"
|
||||
"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.
|
||||
|
|
|
@ -154,6 +154,8 @@
|
|||
"dotnet-core-combined"
|
||||
"dotnet-runtime-6.0.36"
|
||||
"dotnet-sdk-wrapped-7.0.120"
|
||||
"dotnet-core-combined"
|
||||
|
||||
];
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue