neovim: enable repo-clone
This commit is contained in:
parent
779d9946b0
commit
877eade585
2 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
|
|
@ -27,8 +27,6 @@
|
|||
homeNetwork = true;
|
||||
};
|
||||
|
||||
snowhawk.repo-clone.enable = true;
|
||||
|
||||
snowhawk.flameshot.config = {
|
||||
General = {
|
||||
contrastOpacity = 188;
|
||||
|
|
Loading…
Reference in a new issue