Add shortcut to start hardware specific Hyprland config

This commit is contained in:
Evie Litherland-Smith 2023-05-07 06:27:04 +01:00
parent 5d95f5547d
commit 99afa66c88

1
home/env/fish.nix vendored
View file

@ -5,6 +5,7 @@
enable = true;
shellAbbrs = {
lg = "lazygit";
hypr = "Hyprland -c $HOME/.config/hypr/hyprland-$(hostname).conf";
};
};
programs.keychain.enableFishIntegration = true;