commit 4c43c79e27f6aa484a820bd664ecb2505887f2b2
parent 867ad4c13429ca6217ff59c9efd5a8e88b3640a0
Author: Milutin Popovic <milutin@popovic.xyz>
Date: Fri, 20 Mar 2026 20:23:59 +0000
Merge remote-tracking branch 'origin/main'
Diffstat:
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/modules/packages.nix b/modules/packages.nix
@@ -46,7 +46,6 @@ with pkgs;
htop
sops
direnv
- cryptsetup
];
shell = [
@@ -103,6 +102,8 @@ with pkgs;
pamixer
pulseaudio
scrot
+ cryptsetup
+ chromium
]
++ (with suckless; [
dwm
@@ -126,7 +127,6 @@ with pkgs;
pandoc
mediainfo
transmission_4
- chromium
]
++ lib.optionals (!isDarwin) [
vlc
@@ -182,8 +182,6 @@ with pkgs;
python313Packages.tiktoken
luajitPackages.jsregexp
- # Debuggers and tools
- gdb
# Language servers
nil