From 3b97bf86dd0a510bb196eac5230bc3e03240b91d Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 24 Aug 2024 19:51:35 +0200 Subject: ... --- accounts/gkleen@sif/default.nix | 4 +++- accounts/gkleen@sif/hyprland.nix | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'accounts/gkleen@sif') diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix index 61769adb..87c7a437 100644 --- a/accounts/gkleen@sif/default.nix +++ b/accounts/gkleen@sif/default.nix @@ -201,7 +201,9 @@ in { gpu-api = "vulkan"; }; - zsh.initExtra = "source ${./zshrc}"; + zsh.initExtra = '' + source ${./zshrc} + ''; zsh.dirHashes = let flakeHashes = mapAttrs' (n: v: nameValuePair (inputNames.${n} or n) (toString v)) flakeInputs; inputNames = { diff --git a/accounts/gkleen@sif/hyprland.nix b/accounts/gkleen@sif/hyprland.nix index 50b019ca..052f35b0 100644 --- a/accounts/gkleen@sif/hyprland.nix +++ b/accounts/gkleen@sif/hyprland.nix @@ -88,7 +88,7 @@ in { kb_layout = "us,us"; kb_variant = "dvp,"; kb_model = ""; - kb_options = "compose:caps,grp:win_space_toggle,grp:alt_shift_toggle"; + kb_options = "compose:caps,grp:win_space_toggle"; kb_rules = ""; follow_mouse = 1; -- cgit v1.2.3