neovim: enable repo-clone

main
Zynh Ludwig 2024-08-29 20:27:43 -07:00
parent 779d9946b0
commit 877eade585
2 changed files with 2 additions and 2 deletions

View File

@ -28,6 +28,8 @@ in
}; };
in in
lib.mkIf cfg.enable { lib.mkIf cfg.enable {
snowhawk.repo-clone.enable = true;
# Set nvim as manpager and default editor # Set nvim as manpager and default editor
home.sessionVariables = { home.sessionVariables = {
EDITOR = "nvim"; EDITOR = "nvim";

View File

@ -27,8 +27,6 @@
homeNetwork = true; homeNetwork = true;
}; };
snowhawk.repo-clone.enable = true;
snowhawk.flameshot.config = { snowhawk.flameshot.config = {
General = { General = {
contrastOpacity = 188; contrastOpacity = 188;