diff --git a/modules/gitea/default.nix b/modules/gitea/default.nix index 54ba829..6a26e7e 100644 --- a/modules/gitea/default.nix +++ b/modules/gitea/default.nix @@ -10,9 +10,9 @@ group = "gitea"; }; - gitea_actions_runner_token = { - file = ../../secrets/gitea_actions_runner_token.age; - }; + gitea_actions_runner_token = { + file = ../../secrets/gitea_actions_runner_token.age; + }; }; services.gitea-actions-runner = { @@ -21,10 +21,10 @@ enable = true; name = "actions-runner"; url = config.services.gitea.settings.server.ROOT_URL; - tokenFile = config.age.secrets.gitea_actions_runner_token.path; - labels = [ - "ubuntu-latest:docker://node:16-bullseye" - ]; + tokenFile = config.age.secrets.gitea_actions_runner_token.path; + labels = [ + "ubuntu-latest:docker://node:16-bullseye" + ]; }; }; }; @@ -64,9 +64,9 @@ IS_TLS_ENABLED = true; USER = "apikey"; }; - actions = { - ENABLED = true; - }; + actions = { + ENABLED = true; + }; }; mailerPasswordFile = config.age.secrets.sendmail_email_key_gitea.path; }; diff --git a/users/configs/system/kitty/default.nix b/users/configs/system/kitty/default.nix index b31f30e..aeb6908 100644 --- a/users/configs/system/kitty/default.nix +++ b/users/configs/system/kitty/default.nix @@ -45,11 +45,11 @@ in { # Tabs "kitty_mod+t" = "new_tab"; "kitty_mod+w" = "close_tab"; - "kitty_mod+f" = "toggle_layout stack"; + "kitty_mod+f" = "toggle_layout stack"; - # Clipboard - "ctrl+shift+c" = "copy_to_clipboard"; - "ctrl+shift+v" = "paste_from_clipboard"; + # Clipboard + "ctrl+shift+c" = "copy_to_clipboard"; + "ctrl+shift+v" = "paste_from_clipboard"; }; settings = { "include" = "catppuccin.conf";