some helix changes but mainly removing a user

This commit is contained in:
cnst
2024-09-04 15:35:27 +02:00
parent fcbd868789
commit 52e3b73c6d
23 changed files with 421 additions and 179 deletions

View File

@@ -2,9 +2,11 @@
lib,
config,
pkgs,
osConfig,
...
}: let
inherit (lib) mkIf mkEnableOption;
modKey = if osConfig.networking.hostName == "cnixpad" then "ALT_L" else "SUPER";
cfg = config.modules.wm.hyprland.cnst.keybinds;
in {
options = {
@@ -22,7 +24,7 @@ in {
"$yazi" = "wezterm -e yazi";
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
"$mod" = "SUPER";
"$mod" = modKey;
bind = let
grimblast = lib.getExe pkgs.grimblast;