Compare commits
5 commits
834ff798ea
...
4a805f9199
Author | SHA1 | Date | |
---|---|---|---|
4a805f9199 | |||
777169701c | |||
33fdf4d657 | |||
23dc8d71e9 | |||
ef45c46e69 |
3 changed files with 20 additions and 10 deletions
|
@ -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 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
*/
|
||||
}
|
||||
|
|
|
@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 = "↖ ";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue