Compare commits
2 Commits
3e886667ce
...
69607cc38a
Author | SHA1 | Date |
---|---|---|
Zynh Ludwig | 69607cc38a | |
Zynh Ludwig | ed2de97200 |
|
@ -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}"
|
||||
|
|
|
@ -83,7 +83,9 @@ in
|
|||
nomacs
|
||||
];
|
||||
|
||||
home.file = { };
|
||||
home.file = {
|
||||
nixpkgs.source = inputs.nixpkgs;
|
||||
};
|
||||
|
||||
# wayland.windowManager.hyprland = {
|
||||
# enable = true;
|
||||
|
|
Loading…
Reference in New Issue