Add some more frequently used packages

This commit is contained in:
Sravan Balaji
2024-03-27 07:30:19 -04:00
parent 1acf0eb0ca
commit ee2aff1f08
2 changed files with 26 additions and 4 deletions

View File

@@ -72,9 +72,11 @@
}; };
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
vim
wget wget
zsh zsh
git git
rsync
cryptsetup cryptsetup
home-manager home-manager
]; ];

View File

@@ -10,10 +10,8 @@
home.stateVersion = "23.11"; home.stateVersion = "23.11";
home.packages = (with pkgs; [ home.packages = (with pkgs; [
# Shell / Terminal # Terminal
zsh
kitty kitty
vim
# Browser # Browser
vivaldi vivaldi
@@ -23,13 +21,19 @@
rofi rofi
# Development # Development
git vscode
# Utilities # Utilities
syncthing syncthing
bitwarden
ventoy
via
prusa-slicer
# Office # Office
xournalpp xournalpp
gimp
gnucash
# Gaming # Gaming
wine wine
@@ -43,6 +47,22 @@
blender blender
obs-studio obs-studio
ffmpeg ffmpeg
trackma-gtk
# Messaging
beeper
discord
signal-desktop
zoom-us
# Productivity
anytype
logseq
# Music / Podcasts
pocket-casts
spotify
spicetify-cli
]); ]);
services.syncthing.enable = true; services.syncthing.enable = true;