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
lib.mkIf cfg.enable {
snowhawk.repo-clone.enable = true;
# Set nvim as manpager and default editor
home.sessionVariables = {
EDITOR = "nvim";

View File

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