1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

chore: flake updates for desktop

This commit is contained in:
oddlama 2024-07-17 01:19:07 +02:00
parent 75b4bfd452
commit 9b6c4a0ca6
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
6 changed files with 4 additions and 27 deletions

View file

@ -23,8 +23,8 @@
'';
});
in {
home.packages = builtins.trace "WARN: reenable pwndbg later!" [
#pwndbgWithDebuginfod
home.packages = [
pwndbgWithDebuginfod
pkgs.hotspot
];