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
|
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";
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue