From ee2aff1f08c0666dd106987134ab48e2c53a18cb Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Wed, 27 Mar 2024 07:30:19 -0400 Subject: [PATCH] Add some more frequently used packages --- profiles/personal/configuration.nix | 2 ++ profiles/personal/home.nix | 28 ++++++++++++++++++++++++---- 2 files changed, 26 insertions(+), 4 deletions(-) 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;