Add gdb
This commit is contained in:
@@ -179,6 +179,8 @@
|
||||
};
|
||||
};
|
||||
|
||||
services.nixseparatedebuginfod2.enable = true;
|
||||
|
||||
services.mullvad-vpn.enable = true;
|
||||
services.pipewire = {
|
||||
alsa.enable = true;
|
||||
|
||||
@@ -34,6 +34,7 @@ top @ { config
|
||||
file
|
||||
gnucash
|
||||
inputs.zen-browser.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||
gdb
|
||||
];
|
||||
|
||||
home.pointerCursor =
|
||||
@@ -70,6 +71,8 @@ top @ { config
|
||||
settings = (import ./hyprland/settings.nix) top;
|
||||
};
|
||||
|
||||
#TODO: GDB configuration
|
||||
|
||||
programs.thunderbird = {
|
||||
enable = true;
|
||||
profiles.default.isDefault = true;
|
||||
@@ -123,6 +126,7 @@ top @ { config
|
||||
pkgs.rofi-calc
|
||||
];
|
||||
};
|
||||
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
# For automatic login
|
||||
|
||||
Reference in New Issue
Block a user