This commit is contained in:
alsaiduq-lab 2025-03-28 13:13:16 -06:00
parent 945140014b
commit a068b3c11a
2 changed files with 1 additions and 8 deletions

View file

@ -12,7 +12,6 @@ in {
python.enable = true;
environment.systemPackages = with pkgs; [
black
brave # TODO: make a module to save browser stuff
vesktop
git
@ -96,5 +95,6 @@ in {
wrk
nodePackages.pnpm
zlib.dev
udiskie
];
}