Compare commits

...

5 commits

3 changed files with 20 additions and 10 deletions
hosts/home
neovim/configs

View file

@ -14,13 +14,14 @@
################################################################################
# Services
################################################################################
local.services.i2pd.enable = true;
local.services.kubo.enable = true;
# local.services.i2pd.enable = true;
# local.services.kubo.enable = true;
local.services.octoprint.enable = true;
virtualisation.docker.enable = true;
# Torrent client
/*
services.transmission = {
enable = true;
settings = {
@ -29,6 +30,7 @@
rpc-whitelist = "192.168.7.*";
};
};
*/
services.ollama = {
enable = true;
@ -58,6 +60,7 @@
};
};
/*
containers.games = {
autoStart = true;
bindMounts = {
@ -114,4 +117,5 @@
};
};
};
*/
}

View file

@ -21,7 +21,7 @@ in
};
};
local.programs.editors.arduino-ide.enable = true;
# local.programs.editors.arduino-ide.enable = true;
local.programs.dev-tools.k8s.enable = true;
@ -38,9 +38,9 @@ in
# Extra packages
home.packages = with pkgs.unstable; [
## game dev
blender-hip
godot_4
libresprite
# blender-hip
# godot_4
# libresprite
pkgs.apache-directory-studio
@ -55,8 +55,11 @@ in
# kicad-small
# librepcb
# tools
## tools
bind.dnsutils
## remote desktop client
# remmina
];
};
}

View file

@ -88,9 +88,12 @@ let inherit (lib.nix2lua) call; in
enable = true;
name = "lsp_signature";
setupSettings = {
bind = true;
handler_opts = {
border = "rounded";
floating_window = false;
hint_enable = true;
hint_prefix = {
above = " ";
current = " ";
below = " ";
};
};
};