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; [
vim
wget
zsh
git
rsync
cryptsetup
home-manager
];

View File

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