Add shortcut to start hardware specific Hyprland config
This commit is contained in:
parent
5d95f5547d
commit
99afa66c88
1
home/env/fish.nix
vendored
1
home/env/fish.nix
vendored
|
@ -5,6 +5,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
shellAbbrs = {
|
shellAbbrs = {
|
||||||
lg = "lazygit";
|
lg = "lazygit";
|
||||||
|
hypr = "Hyprland -c $HOME/.config/hypr/hyprland-$(hostname).conf";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
programs.keychain.enableFishIntegration = true;
|
programs.keychain.enableFishIntegration = true;
|
||||||
|
|
Loading…
Reference in a new issue