Compare commits

..

2 Commits

Author SHA1 Message Date
Zynh Ludwig 69607cc38a tmux: focus-events on 2024-07-31 22:01:28 -07:00
Zynh Ludwig ed2de97200 snowhawk: nixpkgs link 2024-07-31 22:01:28 -07:00
2 changed files with 4 additions and 1 deletions

View File

@ -32,6 +32,7 @@ in
extraConfig = ''
set-option -g renumber-windows on
set-option -g focus-events on
bind '"' split-window -v -c "#{pane_current_path}"
bind % split-window -h -c "#{pane_current_path}"

View File

@ -83,7 +83,9 @@ in
nomacs
];
home.file = { };
home.file = {
nixpkgs.source = inputs.nixpkgs;
};
# wayland.windowManager.hyprland = {
# enable = true;