mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
neovim tinkering
This commit is contained in:
parent
5551b085c0
commit
8b5b763920
17 changed files with 36 additions and 346 deletions
|
|
@ -8,7 +8,12 @@ in
|
|||
{ options.modules.utils = { enable = mkEnableOption "utils"; };
|
||||
config = mkIf cfg.enable {
|
||||
|
||||
services.syncthing.enable = true;
|
||||
# services.syncthing = {
|
||||
# enable = true;
|
||||
# extraOptions = [
|
||||
# "--gui-adddress:8384"
|
||||
# ];
|
||||
# };
|
||||
|
||||
home.packages = with pkgs; [
|
||||
wget curl tree neofetch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue