mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-28 01:18:29 +02:00
something something cumulative updates
This commit is contained in:
parent
1d50fdc0e2
commit
3d382ef13c
14 changed files with 73 additions and 62 deletions
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
home.packages = with pkgs; [
|
||||
gdb
|
||||
lldb
|
||||
# lldb
|
||||
rust-analyzer
|
||||
nil
|
||||
nixpkgs-fmt
|
||||
|
|
|
@ -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" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue