niri
This commit is contained in:
parent
05928785b0
commit
397fb19e0b
6 changed files with 36 additions and 3 deletions
|
|
@ -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.mtr.enable = true;
|
||||||
# programs.gnupg.agent = {
|
# programs.gnupg.agent = {
|
||||||
# enable = true;
|
# enable = true;
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Ptmux;_Gq=2,a=d,d=a\\
|
Ptmux;_Ga=d,d=a,q=2\\
|
||||||
|
|
@ -182,6 +182,7 @@ _: {
|
||||||
comma
|
comma
|
||||||
unzip
|
unzip
|
||||||
pciutils
|
pciutils
|
||||||
|
difftastic
|
||||||
|
|
||||||
# dev tools
|
# dev tools
|
||||||
gdb
|
gdb
|
||||||
|
|
|
||||||
|
|
@ -175,6 +175,16 @@ _: {
|
||||||
interactiveShellInit = ''
|
interactiveShellInit = ''
|
||||||
fish_vi_key_bindings
|
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_successful_exit_codes 0
|
||||||
set -g sponge_allow_previously_successful false
|
set -g sponge_allow_previously_successful false
|
||||||
set -g sponge_delay 10
|
set -g sponge_delay 10
|
||||||
|
|
|
||||||
|
|
@ -45,9 +45,9 @@ _: {
|
||||||
fsmonitor.backend = "watchman";
|
fsmonitor.backend = "watchman";
|
||||||
fsmonitor.watchman.register-snapshot-trigger = true;
|
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()..@ | @..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 = {
|
revset-aliases = {
|
||||||
"my()" = "user(\"${config.programs.jujutsu.settings.user.email}\")";
|
"my()" = "user(\"${config.programs.jujutsu.settings.user.email}\")";
|
||||||
|
|
|
||||||
|
|
@ -82,6 +82,21 @@ _: {
|
||||||
# focus the external screen first
|
# focus the external screen first
|
||||||
focus-at-startup = true;
|
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 = {
|
home.sessionVariables = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue