feat: cleaning

This commit is contained in:
Xavier Morel
2026-04-17 10:07:37 +02:00
parent e4e58183f8
commit d4454b3b48
7 changed files with 53 additions and 19 deletions
+40 -11
View File
@@ -185,17 +185,46 @@ in
pulse.enable = true; pulse.enable = true;
}; };
ollama = { # ollama = {
enable = true; # enable = true;
host = "0.0.0.0"; # host = "0.0.0.0";
openFirewall = true; # openFirewall = true;
package = pkgs.ollama-rocm; # package = pkgs.ollama-rocm;
syncModels = true; # syncModels = true;
loadModels = [ # loadModels = [
"gemma3:4b" # "gemma3:4b"
"mistral" # "mistral:latest"
]; # "qwen3.5:4b"
}; # #"qwen3.5:9b"
# ];
# };
# open-webui = {
# enable = true;
# host = "0.0.0.0";
# port = 8080;
# openFirewall = true;
# environment = {
# WEBUI_ADMIN_EMAIL = "morelx42@protonmail.com";
# WEBUI_ADMIN_PASSWORD = "pouet";
# };
# };
# librechat = {
# enable = true;
# enableLocalDB = true;
# env = {
# CREDS_KEY = "caab82871d3949266571f79644b799bba1efa864367fdaecc2c0ea28c5f3135c";
# CREDS_IV = "4cb7bdbd6f7c2fd97366c1361f4810ef";
# JWT_SECRET = "d6ba21978eea938b51a1eef85629d1027425f34ac7971d58c73280fcd4fa9b92";
# JWT_REFRESH_SECRET = "f156cff757cd26a8a549f8a9f849b1c9e2b9107261c2f7eee6c72a78f4868124";
# MEILI_MASTER_KEY = "cc061e6953e20053606622d7c594b70a";
# };
# meilisearch.enable = true;
# };
# meilisearch = {
# enable = true;
# masterKeyFile = ./meilikey.txt;
# };
frigate = { frigate = {
enable = true; enable = true;
+2
View File
@@ -66,6 +66,8 @@
# hyprland.enable = false; # hyprland.enable = false;
# }; # };
gtk.gtk4.theme = null;
# gtk = { # gtk = {
# iconTheme = { # iconTheme = {
# name = "Papirus-Dark"; # name = "Papirus-Dark";
+1
View File
@@ -0,0 +1 @@
cc061e6953e20053606622d7c594b70a
@@ -16,7 +16,7 @@
pkgs.jq pkgs.jq
pkgs.brightnessctl pkgs.brightnessctl
pkgs.flameshot pkgs.flameshot
pkgs.lutris # pkgs.lutris
pkgs.ungoogled-chromium pkgs.ungoogled-chromium
pkgs.thunar pkgs.thunar
pkgs.thunar-archive-plugin pkgs.thunar-archive-plugin
+1 -1
View File
@@ -10,7 +10,7 @@ let
# tiled # tiled
# aseprite # aseprite
# inkscape # inkscape
sweethome3d.application # sweethome3d.application
]; ];
printing-apps = with pkgs; [ printing-apps = with pkgs; [
blender blender
+6 -6
View File
@@ -23,12 +23,12 @@
background_blur = 3; background_blur = 3;
font_family = "Fira Code"; font_family = "Fira Code";
}; };
# extraConfig = '' extraConfig = ''
# tab_bar_style fade tab_bar_style fade
# tab_fade 1 tab_fade 1
# active_tab_font_style bold active_tab_font_style bold
# inactive_tab_font_style bold inactive_tab_font_style bold
# ''; '';
}; };
}; };
} }
+2
View File
@@ -20,6 +20,8 @@
enable = true; enable = true;
vimAlias = true; vimAlias = true;
viAlias = true; viAlias = true;
withRuby = false;
withPython3 = true;
}; };
home.file.".config/nvim" = { home.file.".config/nvim" = {
source = ../../../dotfiles/nvim; source = ../../../dotfiles/nvim;