From 99afa66c88dc6136b750b218ff7e208d5321ec27 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sun, 7 May 2023 06:27:04 +0100 Subject: [PATCH] Add shortcut to start hardware specific Hyprland config --- home/env/fish.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/env/fish.nix b/home/env/fish.nix index 8e305338..0543e99f 100644 --- a/home/env/fish.nix +++ b/home/env/fish.nix @@ -5,6 +5,7 @@ enable = true; shellAbbrs = { lg = "lazygit"; + hypr = "Hyprland -c $HOME/.config/hypr/hyprland-$(hostname).conf"; }; }; programs.keychain.enableFishIntegration = true;