diff --git a/profiles/personal/configuration.nix b/profiles/personal/configuration.nix index 55d6a87..5330b7d 100644 --- a/profiles/personal/configuration.nix +++ b/profiles/personal/configuration.nix @@ -72,9 +72,11 @@ }; environment.systemPackages = with pkgs; [ + vim wget zsh git + rsync cryptsetup home-manager ]; diff --git a/profiles/personal/home.nix b/profiles/personal/home.nix index 0cb58df..4eecdcb 100644 --- a/profiles/personal/home.nix +++ b/profiles/personal/home.nix @@ -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;