something something cumulative updates

This commit is contained in:
Rouven Seifert 2025-03-26 20:29:32 +01:00
parent 1d50fdc0e2
commit 3d382ef13c
14 changed files with 73 additions and 62 deletions

View file

@ -2,7 +2,7 @@
{
home.packages = with pkgs; [
gdb
lldb
# lldb
rust-analyzer
nil
nixpkgs-fmt

View file

@ -27,6 +27,7 @@
# internet
google-chrome
liferea
openvpn
# messaging
tdesktop
@ -40,8 +41,7 @@
# cryptography
yubikey-manager
# python311Packages.pyhanko # broken, TODO fix
bitwarden-cli
# bitwarden-cli
# misc
xournalpp
@ -118,6 +118,7 @@
"x-scheme-handler/http" = browsers;
"x-scheme-handler/https" = browsers;
"x-scheme-handler/tg" = [ "org.telegram.desktop.desktop" ];
"x-scheme-handler/tonsite" = [ "org.telegram.desktop.desktop" ];
};
};
}

View file

@ -8,7 +8,7 @@ in
package = pkgs.openssh_gssapi;
compression = true;
controlMaster = "auto";
controlPersist = "10m";
controlPersist = "90m";
extraConfig = ''
CanonicalizeHostname yes
CanonicalDomains agdsn.network vpn.rfive.de net.tu-dresden.de

View file

@ -5,6 +5,11 @@
# theme hardcoded to dracula, too lazy to make all this base16
systemd.user.sessionVariables.GTK_THEME = "Dracula";
dconf.settings = {
"org/gnome/desktop/interface" = {
color-scheme = "prefer-dark";
};
};
qt = {
enable = true;
platformTheme.name = "gtk";