summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/gkleen@sif')
-rw-r--r--accounts/gkleen@sif/default.nix4
-rw-r--r--accounts/gkleen@sif/hyprland.nix2
2 files changed, 4 insertions, 2 deletions
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 {
201 gpu-api = "vulkan"; 201 gpu-api = "vulkan";
202 }; 202 };
203 203
204 zsh.initExtra = "source ${./zshrc}"; 204 zsh.initExtra = ''
205 source ${./zshrc}
206 '';
205 zsh.dirHashes = let 207 zsh.dirHashes = let
206 flakeHashes = mapAttrs' (n: v: nameValuePair (inputNames.${n} or n) (toString v)) flakeInputs; 208 flakeHashes = mapAttrs' (n: v: nameValuePair (inputNames.${n} or n) (toString v)) flakeInputs;
207 inputNames = { 209 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 {
88 kb_layout = "us,us"; 88 kb_layout = "us,us";
89 kb_variant = "dvp,"; 89 kb_variant = "dvp,";
90 kb_model = ""; 90 kb_model = "";
91 kb_options = "compose:caps,grp:win_space_toggle,grp:alt_shift_toggle"; 91 kb_options = "compose:caps,grp:win_space_toggle";
92 kb_rules = ""; 92 kb_rules = "";
93 93
94 follow_mouse = 1; 94 follow_mouse = 1;