This commit is contained in:
Jana Dönszelmann 2026-01-23 13:27:58 +01:00
parent 05928785b0
commit 397fb19e0b
No known key found for this signature in database
6 changed files with 36 additions and 3 deletions

View file

@ -161,6 +161,13 @@
};
};
programs.steam = {
enable = true;
remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play
dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server
localNetworkGameTransfers.openFirewall = true; # Open ports in the firewall for Steam Local Network Game Transfers
};
# programs.mtr.enable = true;
# programs.gnupg.agent = {
# enable = true;

View file

@ -1 +1 @@
Ptmux;_Gq=2,a=d,d=a\\
Ptmux;_Ga=d,d=a,q=2\\

View file

@ -182,6 +182,7 @@ _: {
comma
unzip
pciutils
difftastic
# dev tools
gdb

View file

@ -175,6 +175,16 @@ _: {
interactiveShellInit = ''
fish_vi_key_bindings
bind \e\[3\;5~ kill-word
bind \cH backward-kill-word
bind \cV beginning-of-line
bind \f end-of-line
bind -M insert \e\[3\;5~ kill-word
bind -M insert \cH backward-kill-word
bind -M insert \cV beginning-of-line
bind -M insert \f end-of-line
set -g sponge_successful_exit_codes 0
set -g sponge_allow_previously_successful false
set -g sponge_delay 10

View file

@ -45,9 +45,9 @@ _: {
fsmonitor.backend = "watchman";
fsmonitor.watchman.register-snapshot-trigger = true;
# revsets.log = "@ | ancestors(trunk()..(visible_heads() & mine()), 2) | trunk()";
revsets.log = "@ | ancestors(trunk()..(visible_heads() & mine()), 2) | trunk()";
# revsets.log = "trunk()..@ | @..trunk() | trunk() | @:: | fork_point(trunk() | @)";
revsets.log = "trunk() | ancestors(trunk()..heads(((trunk()..visible_heads()) & my() | @)::), 2)";
# revsets.log = "trunk() | ancestors(trunk()..heads(((trunk()..visible_heads()) & my() | @)::), 2)";
revset-aliases = {
"my()" = "user(\"${config.programs.jujutsu.settings.user.email}\")";

View file

@ -82,6 +82,21 @@ _: {
# focus the external screen first
focus-at-startup = true;
};
outputs."LG Electronics LG ULTRAWIDE 409NTAB3P496" = {
mode = {
width = 3440;
height = 1440;
refresh = 59.987;
};
position = {
x = -3440;
y = 240;
};
# focus the external screen first
focus-at-startup = true;
};
};
home.sessionVariables = {