Add a bunch of apps

This commit is contained in:
Leonora Tindall 2024-02-05 11:02:33 -06:00
parent 4dc2898e32
commit cb4bc91db3
1 changed files with 16 additions and 0 deletions

View File

@ -1,12 +1,28 @@
{ config, pkgs, ... }:
{
home.packages = with pkgs; [
mullvad-vpn
tor-browser
opensnitch-ui
htop
ollama
wget
ripgrep
bat
monolith
fd
quasselClient
discord
freshfetch
neofetch
obsidian
dfc
anki
deno
nodejs_21
];
nixpkgs.config.permittedInsecurePackages = [
"electron-25.9.0"
];
}