From 08faf4265e10736203c541a2f2f2bbaa44902218 Mon Sep 17 00:00:00 2001 From: Jimbo Date: Tue, 29 Oct 2024 01:44:42 -0400 Subject: [PATCH] Hotkey thing and standardization thing --- modules/home/sway/hotkeys/default.nix | 2 +- modules/system/services/server/social/pixelfed/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home/sway/hotkeys/default.nix b/modules/home/sway/hotkeys/default.nix index 9c806b5..d9021b8 100644 --- a/modules/home/sway/hotkeys/default.nix +++ b/modules/home/sway/hotkeys/default.nix @@ -218,7 +218,7 @@ "${primeMod}+shift+a" = ''focus child''; # Scratchpads - "Shift+Ctrl+Delete" = ''[app_id="gotop"] scratchpad show, move position center, resize set 1216 888''; + "Shift+Ctrl+Backslash" = ''[app_id="gotop"] scratchpad show, move position center, resize set 1216 888''; "${primeMod}+Shift+m" = ''[app_id="music"] scratchpad show, move position center, resize set 1006 657''; "${primeMod}+Shift+v" = ''[app_id="sound"] scratchpad show, move position center, resize set 1000 800''; "${primeMod}+Shift+Backslash" = ''[app_id="com.github.wwmm.easyeffects"] scratchpad show, move position center, resize set 1000 800''; diff --git a/modules/system/services/server/social/pixelfed/default.nix b/modules/system/services/server/social/pixelfed/default.nix index 742fb37..6e4667d 100644 --- a/modules/system/services/server/social/pixelfed/default.nix +++ b/modules/system/services/server/social/pixelfed/default.nix @@ -22,7 +22,7 @@ MAIL_HOST = "mx.${config.domains.jim1}"; MAIL_PORT = 587; MAIL_USERNAME = "noreply@${config.domains.jim1}"; - MAIL_PASSWORD = "${config.secrets.noreplyPassword}"; + MAIL_PASSWORD = config.secrets.noreplyPassword; }; nginx = { enableACME = true;