Compare commits
No commits in common. "69607cc38a58fda0ca0630e41a28678387e0ce64" and "3e886667ce0dfb831cba94fc1e4f34e553973b76" have entirely different histories.
69607cc38a
...
3e886667ce
|
@ -32,7 +32,6 @@ 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,9 +83,7 @@ in
|
|||
nomacs
|
||||
];
|
||||
|
||||
home.file = {
|
||||
nixpkgs.source = inputs.nixpkgs;
|
||||
};
|
||||
home.file = { };
|
||||
|
||||
# wayland.windowManager.hyprland = {
|
||||
# enable = true;
|
||||
|
|
Loading…
Reference in New Issue