This commit is contained in:
parent
4e8b840830
commit
b994549a1c
1 changed files with 4 additions and 0 deletions
|
@ -48,6 +48,10 @@
|
||||||
|
|
||||||
services.flatpak.enable = true; # Important can't be enabled from home-manager
|
services.flatpak.enable = true; # Important can't be enabled from home-manager
|
||||||
|
|
||||||
|
# Downloads and provides debug symbols and source code for nix derivations to gdb and other debuginfod-capable debuggers as needed.
|
||||||
|
# Require https://github.com/symphorien/nixseparatedebuginfod?tab=readme-ov-file#gdb
|
||||||
|
services.nixseparatedebuginfod.enable = true;
|
||||||
|
|
||||||
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||||
|
|
||||||
# Configure network proxy if necessary
|
# Configure network proxy if necessary
|
||||||
|
|
Loading…
Reference in a new issue