Compare commits
2 Commits
3e886667ce
...
69607cc38a
Author | SHA1 | Date |
---|---|---|
Zynh Ludwig | 69607cc38a | |
Zynh Ludwig | ed2de97200 |
|
@ -32,6 +32,7 @@ in
|
||||||
|
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
set-option -g renumber-windows on
|
set-option -g renumber-windows on
|
||||||
|
set-option -g focus-events on
|
||||||
|
|
||||||
bind '"' split-window -v -c "#{pane_current_path}"
|
bind '"' split-window -v -c "#{pane_current_path}"
|
||||||
bind % split-window -h -c "#{pane_current_path}"
|
bind % split-window -h -c "#{pane_current_path}"
|
||||||
|
|
|
@ -83,7 +83,9 @@ in
|
||||||
nomacs
|
nomacs
|
||||||
];
|
];
|
||||||
|
|
||||||
home.file = { };
|
home.file = {
|
||||||
|
nixpkgs.source = inputs.nixpkgs;
|
||||||
|
};
|
||||||
|
|
||||||
# wayland.windowManager.hyprland = {
|
# wayland.windowManager.hyprland = {
|
||||||
# enable = true;
|
# enable = true;
|
||||||
|
|
Loading…
Reference in New Issue