tried and failed hyprland on lio again, kvm switch still fails

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-09-30 16:04:06 -05:00
parent e8f3324000
commit 772ac8b54e
5 changed files with 498 additions and 25 deletions

View file

@ -40,10 +40,10 @@ bind -r h select-pane -L
bind -r j select-pane -D
bind -r k select-pane -U
bind -r l select-pane -R
bind -r C-h swap-pane -L
bind -r C-h swap-pane -t '{left-of}'
bind -r C-j swap-pane -D
bind -r C-k swap-pane -U
bind -r C-l swap-pane -R
bind -r C-l swap-pane -t '{right-of}'
bind -n C-Left resize-pane -L 5
bind -n C-Down resize-pane -D 5

View file

@ -112,10 +112,12 @@ with lib;
enable = true;
extraPortals = lib.mkForce [
hyprlandPkgs.xdg-desktop-portal-hyprland
# hyprlandPkgs.xdg-desktop-portal-wlr
hyprlandPkgs.xdg-desktop-portal-gtk
];
config.common.default = [
"hyprland"
# "wlr"
"gtk"
];
};

View file

@ -61,8 +61,6 @@
};
};
homeManagerModules = {
# hyprland = hyprland.homeManagerModules.default;
zsh = import ./_home_manager/mods/zsh.nix;
tmux = import ./_home_manager/mods/tmux/tmux.nix;
atuin = import ./_home_manager/mods/atuin.nix;