Compare commits
4 commits
6e566d7aa5
...
4b2e262cdf
Author | SHA1 | Date | |
---|---|---|---|
|
4b2e262cdf | ||
|
96553b16d5 | ||
|
53851d4c9f | ||
|
1ab982eaf3 |
|
@ -134,11 +134,11 @@
|
||||||
"utils": "utils"
|
"utils": "utils"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1736252359,
|
"lastModified": 1736510643,
|
||||||
"narHash": "sha256-zbYyO3Litc2PBqcgJGaRyp6nJpy/Zx3f3ucJC312rRE=",
|
"narHash": "sha256-z6qvPOIr4Rl4wA6U5g8Aj3npdeTNiR3AXFIOy7e2IJs=",
|
||||||
"owner": "hydractify",
|
"owner": "hydractify",
|
||||||
"repo": "hydractify-bot",
|
"repo": "hydractify-bot",
|
||||||
"rev": "b8b2de9252fdbdea688f85d621b0782a6936efe6",
|
"rev": "69759c7adcb2102dbb8d3e8a657dc5a47686dc46",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -12,8 +12,6 @@ return {
|
||||||
{ import = "astrocommunity.editing-support.todo-comments-nvim" },
|
{ import = "astrocommunity.editing-support.todo-comments-nvim" },
|
||||||
{ import = "astrocommunity.editing-support.zen-mode-nvim" },
|
{ import = "astrocommunity.editing-support.zen-mode-nvim" },
|
||||||
|
|
||||||
{ import = "astrocommunity.completion.blink-cmp" },
|
|
||||||
|
|
||||||
{ import = "astrocommunity.motion.flash-nvim" },
|
{ import = "astrocommunity.motion.flash-nvim" },
|
||||||
{ import = "astrocommunity.motion.flit-nvim" },
|
{ import = "astrocommunity.motion.flit-nvim" },
|
||||||
{ import = "astrocommunity.motion.leap-nvim" },
|
{ import = "astrocommunity.motion.leap-nvim" },
|
||||||
|
|
|
@ -34,12 +34,6 @@
|
||||||
# Enable networking
|
# Enable networking
|
||||||
networking.networkmanager.enable = true;
|
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.
|
# Set fish as the default shell for all users.
|
||||||
users.defaultUserShell = pkgs.fish;
|
users.defaultUserShell = pkgs.fish;
|
||||||
|
|
||||||
|
|
|
@ -20,8 +20,6 @@
|
||||||
|
|
||||||
service = {
|
service = {
|
||||||
DISABLE_REGISTRATION = true;
|
DISABLE_REGISTRATION = true;
|
||||||
ENABLE_REVERSE_PROXY_AUTHENTICATION = true;
|
|
||||||
ENABLE_REVERSE_PROXY_AUTHENTICATION_API = true;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue