Compare commits
2 Commits
76e8c9c6e1
...
d1eaf76099
Author | SHA1 | Date |
---|---|---|
coolneng | d1eaf76099 | |
coolneng | 3213dba96a |
|
@ -39,7 +39,10 @@ with pkgs;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Set neovim as default editor
|
# Set neovim as default editor
|
||||||
programs.neovim.defaultEditor = true;
|
programs.neovim = {
|
||||||
|
enable = true;
|
||||||
|
defaultEditor = true;
|
||||||
|
};
|
||||||
|
|
||||||
# Set timezone and synchronize NTP
|
# Set timezone and synchronize NTP
|
||||||
time.timeZone = "Europe/Brussels";
|
time.timeZone = "Europe/Brussels";
|
||||||
|
@ -119,7 +122,7 @@ with pkgs;
|
||||||
owner = "coolneng";
|
owner = "coolneng";
|
||||||
group = "users";
|
group = "users";
|
||||||
};
|
};
|
||||||
identityPaths = [ "/etc/ssh/id_ed25519" ];
|
identityPaths = [ "/home/coolneng/.ssh/id_ed25519" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
# Auto-upgrade the system
|
# Auto-upgrade the system
|
||||||
|
|
Loading…
Reference in New Issue