Compare commits

...
4 Commits
Author SHA1 Message Date
4DBug 843182fae7 bug tv 2026-08-26 15:44:15 -05:00
4DBug 6790b2d923 bug tv 2026-08-26 15:44:08 -05:00
4DBug f8b9645149 push 2026-08-26 13:22:02 -05:00
4DBug 4578f0b32f push 2026-08-25 13:42:43 -05:00
10 changed files with 68 additions and 4 deletions
Generated
+21
View File
@@ -125,6 +125,26 @@
"type": "gitlab"
}
},
"bug-tv": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1787776738,
"narHash": "sha256-npYHSWEzVp1r6pIXGxPUSbdpsOxlizHtZd27vE5E92I=",
"ref": "refs/heads/main",
"rev": "9e93df5961258d16cf1df3a59ff745b1b6fe9df8",
"revCount": 8,
"type": "git",
"url": "https://git.bug.tools/bug/tv.git"
},
"original": {
"type": "git",
"url": "https://git.bug.tools/bug/tv.git"
}
},
"catppuccin": {
"inputs": {
"nixpkgs": "nixpkgs"
@@ -1303,6 +1323,7 @@
"inputs": {
"aerothemeplasma": "aerothemeplasma",
"auto-cpufreq": "auto-cpufreq",
"bug-tv": "bug-tv",
"catppuccin": "catppuccin",
"catppuccin-userstyles-nix": "catppuccin-userstyles-nix",
"copyparty": "copyparty",
+5
View File
@@ -98,5 +98,10 @@
url = "github:AdnanHodzic/auto-cpufreq";
inputs.nixpkgs.follows = "nixpkgs";
};
bug-tv = {
url = "git+https://git.bug.tools/bug/tv.git";
inputs.nixpkgs.follows = "nixpkgs";
};
};
}
+1 -1
View File
@@ -8,7 +8,6 @@
homeManager = { pkgs, lib, ... }: {
imports = [ inputs.niri.homeModules.niri ];
nixpkgs.overlays = [ inputs.niri.overlays.niri ];
home.packages = with pkgs; [
xwayland-satellite
@@ -81,6 +80,7 @@
binds = {
"Mod+T".action.spawn = "cosmic-term";
"Mod+E".action.spawn = "cosmic-files";
"Mod+B".action.spawn = "librewolf";
"Mod+A".action.spawn-sh = "noctalia msg panel-toggle launcher";
"Mod+V".action.spawn-sh = "noctalia msg panel-toggle clipboard";
+1
View File
@@ -45,6 +45,7 @@
firefox.enable = true;
fish.enable = true;
opencode.enable = false;
librewolf.enable = false;
};
};
};
+3 -2
View File
@@ -12,8 +12,9 @@
invidious
mailserver
# matrix
redlib
# sish
redlib
bugtv
# sish
vscode-server
gitea
# omnisearch
+19
View File
@@ -0,0 +1,19 @@
{ inputs, ... }: {
den.aspects.bugtv = {
nixos = { pkgs, config, ... }: {
imports = [ inputs.bug-tv.nixosModules.default ];
den.tunnels = [ "api-tv" ];
services."bug-tv" = {
enable = true;
package = inputs.bug-tv.packages.${pkgs.system}.default;
port = 8789;
tmdbApiKey = "ac014b130a8e6344c91dff4e68b18d47";
providers = [ "cineby" ];
timeoutMs = 30000;
};
};
};
}
+1
View File
@@ -19,6 +19,7 @@
mail = 8088;
email = 8088;
llama = 8080;
api-tv = 8789;
};
};
}
+11
View File
@@ -57,6 +57,17 @@
top-p = 0.95;
# keep-sorted end
};
"qwen3.8-27b" = {
# keep-sorted start
ctx-size = 32768; # drop from the 65536 default to leave VRAM headroom at Q6
hf-repo = "unsloth/Qwen3.8-27B-GGUF:UD-Q6_K";
min-p = 0.0;
temperature = 1.0;
top-k = 20;
top-p = 0.95;
# keep-sorted end
};
};
in {
enable = true;
+4
View File
@@ -1,5 +1,9 @@
{
den.aspects.mpd = {
homeManager = {
services.mpd-mpris.enable = true;
};
nixos = {
services = {
mpd = {
+1
View File
@@ -3,6 +3,7 @@
nixos = { pkgs, ... }: {
environment.systemPackages = with pkgs; [
file-roller
wl-screenrec
];
users.users.bug.packages = with pkgs; [