Compare commits
2 commits
3e886667ce
...
69607cc38a
Author | SHA1 | Date | |
---|---|---|---|
69607cc38a | |||
ed2de97200 |
2 changed files with 4 additions and 1 deletions
|
@ -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 a new issue