diff --git a/home/features/desktop/hyprland/config.nix b/home/features/desktop/hyprland/config.nix index 3aaf204..5a33442 100644 --- a/home/features/desktop/hyprland/config.nix +++ b/home/features/desktop/hyprland/config.nix @@ -17,7 +17,7 @@ in '' env = WLR_NO_HARDWARE_CURSORS,1 # For all categories, see https://wiki.hyprland.org/Configuring/Variables/ input { - kb_layout = de + kb_layout = de,us kb_variant = kb_model = kb_rules = @@ -30,7 +30,7 @@ in '' sensitivity = 0 # -1.0 - 1.0, 0 means no modification. } - + general { # See https://wiki.hyprland.org/Configuring/Variables/ for more col.active_border = rgb(44475a) rgb(bd93f9) 90deg @@ -147,11 +147,11 @@ in '' bind = $mainMod SHIFT, e, exec, emacsclient -n -c -e '(package-initialize)' bind = $mainMod, Escape, exec, wlogout -p layer-shell bind = $mainMod, Space, togglefloating - bind = $mainMod, q, killactive, - bind = $mainMod, M, exit, - bind= $mainMod, F, fullscreen + bind = $mainMod, q, killactive + bind = $mainMod, M, exit + bind = $mainMod, F, fullscreen bind = $mainMod, E, exec, thunar - bind = $mainMod, V, togglefloating, + bind = $mainMod, V, togglefloating bind = $mainMod, D, exec, fuzzel bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, J, togglesplit, # dwindle diff --git a/home/users/m3tam3re/dotfiles/hyprland.nix b/home/users/m3tam3re/dotfiles/hyprland.nix index 09301db..a79b164 100644 --- a/home/users/m3tam3re/dotfiles/hyprland.nix +++ b/home/users/m3tam3re/dotfiles/hyprland.nix @@ -21,7 +21,7 @@ env = __NV_PRIME_RENDER_OFFLOAD,1 # For all categories, see https://wiki.hyprland.org/Configuring/Variables/ input { - kb_layout = de + kb_layout = de,us kb_variant = kb_model = kb_rules = @@ -35,6 +35,10 @@ sensitivity = 0 # -1.0 - 1.0, 0 means no modification. } + device:zsa-moonlander { + kb_layout = us + } + general { # See https://wiki.hyprland.org/Configuring/Variables/ for more col.active_border = rgb(44475a) rgb(bd93f9) 90deg diff --git a/hosts/lkk-nix-1/services/n8n.nix b/hosts/lkk-nix-1/services/n8n.nix index fa9510f..54e184d 100644 --- a/hosts/lkk-nix-1/services/n8n.nix +++ b/hosts/lkk-nix-1/services/n8n.nix @@ -4,8 +4,9 @@ enable = true; openFirewall = true; settings = { - editorBaseUrl = "https://wf.lanakk.com"; - host = "https://wf.lanakk.com"; + host = "wf.lanakk.com"; + protocol = "https"; + editorBaseUrl="https://wf.lanakk.com"; }; }; systemd.services.n8n.serviceConfig = { diff --git a/hosts/m3-nix/default.nix b/hosts/m3-nix/default.nix index 523c247..5fde8c3 100644 --- a/hosts/m3-nix/default.nix +++ b/hosts/m3-nix/default.nix @@ -117,7 +117,7 @@ in { i18n.defaultLocale = "de_DE.utf8"; console.keyMap = "de"; - environment.systemPackages = [ nvidia-offload neovim ]; + environment.systemPackages = [ nvidia-offload neovim wally-cli ]; nix.extraOptions = '' experimental-features = nix-command ''; diff --git a/hosts/m3-nix/hardware-configuration.nix b/hosts/m3-nix/hardware-configuration.nix index d4440ff..62d5a76 100644 --- a/hosts/m3-nix/hardware-configuration.nix +++ b/hosts/m3-nix/hardware-configuration.nix @@ -56,5 +56,6 @@ # high-resolution display #hardware.video.hidpi.enable = lib.mkDefault true; hardware.bluetooth.enable = true; + hardware.keyboard.zsa.enable = true; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; } diff --git a/secrets/n8n-env.age b/secrets/n8n-env.age index 6c827c2..7819a2c 100644 Binary files a/secrets/n8n-env.age and b/secrets/n8n-env.age differ