diff --git a/flake.lock b/flake.lock index db26a91..7abad86 100644 --- a/flake.lock +++ b/flake.lock @@ -134,11 +134,11 @@ "utils": "utils" }, "locked": { - "lastModified": 1736252359, - "narHash": "sha256-zbYyO3Litc2PBqcgJGaRyp6nJpy/Zx3f3ucJC312rRE=", + "lastModified": 1736510643, + "narHash": "sha256-z6qvPOIr4Rl4wA6U5g8Aj3npdeTNiR3AXFIOy7e2IJs=", "owner": "hydractify", "repo": "hydractify-bot", - "rev": "b8b2de9252fdbdea688f85d621b0782a6936efe6", + "rev": "69759c7adcb2102dbb8d3e8a657dc5a47686dc46", "type": "github" }, "original": { diff --git a/modules/home-manager/programs/neovim/lua/community.lua b/modules/home-manager/programs/neovim/lua/community.lua index 5cbb4fa..0afc97f 100644 --- a/modules/home-manager/programs/neovim/lua/community.lua +++ b/modules/home-manager/programs/neovim/lua/community.lua @@ -12,8 +12,6 @@ return { { import = "astrocommunity.editing-support.todo-comments-nvim" }, { import = "astrocommunity.editing-support.zen-mode-nvim" }, - { import = "astrocommunity.completion.blink-cmp" }, - { import = "astrocommunity.motion.flash-nvim" }, { import = "astrocommunity.motion.flit-nvim" }, { import = "astrocommunity.motion.leap-nvim" }, diff --git a/modules/nixos/system.nix b/modules/nixos/system.nix index d978b46..d70060d 100644 --- a/modules/nixos/system.nix +++ b/modules/nixos/system.nix @@ -34,12 +34,6 @@ # Enable networking networking.networkmanager.enable = true; - # Define variables that will be initialized in PAM. - environment.sessionVariables = { - # Set env for Fcitx5 - QMODIFIERS = "@im=fcitx5"; - }; - # Set fish as the default shell for all users. users.defaultUserShell = pkgs.fish; diff --git a/specific/desktop/services/forgejo.nix b/specific/desktop/services/forgejo.nix index bcfbaa8..db98115 100644 --- a/specific/desktop/services/forgejo.nix +++ b/specific/desktop/services/forgejo.nix @@ -20,8 +20,6 @@ service = { DISABLE_REGISTRATION = true; - ENABLE_REVERSE_PROXY_AUTHENTICATION = true; - ENABLE_REVERSE_PROXY_AUTHENTICATION_API = true; }; }; };