diff --git a/configuration.nix b/configuration.nix index 710739f..dc86b8b 100644 --- a/configuration.nix +++ b/configuration.nix @@ -179,6 +179,8 @@ }; }; + services.nixseparatedebuginfod2.enable = true; + services.mullvad-vpn.enable = true; services.pipewire = { alsa.enable = true; diff --git a/home/home.nix b/home/home.nix index 0c121a2..049e17c 100644 --- a/home/home.nix +++ b/home/home.nix @@ -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