commit c3086faedfa40e44eb4138fcae86aed048a5ee33
parent 3a69987cdbe942b6d030a118975355c05a0cb3b4
Author: Milutin Popovic <milutin@popovic.xyz>
Date: Fri, 20 Mar 2026 16:38:06 +0000
bump
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