add pipewire auto gain control block; update to 25.05; add wireshark gui; ryubing->stable; nerd-fonts new packaging; godot-mono->stable; update vscode

This commit is contained in:
2025-05-22 15:18:30 +01:00
parent 64eae63335
commit 95608f2bfa
8 changed files with 123 additions and 91 deletions

View File

@@ -5,7 +5,7 @@
liberation_ttf
ubuntu-sans
ubuntu-sans-mono
(nerdfonts.override { fonts = [ "SpaceMono" ]; })
nerd-fonts.space-mono
];
fonts.fontconfig = {

View File

@@ -24,7 +24,7 @@ with lib;
config = {
home.packages = with pkgs;[
blesh
(nerdfonts.override { fonts = [ "SpaceMono" ]; })
nerd-fonts.space-mono
];
programs = {
@@ -95,6 +95,7 @@ with lib;
enableBashIntegration = true;
settings = {
theme = "dracula";
show_startup_tips = false;
};
};