Compare commits

..

4 commits

Author SHA1 Message Date
03343b0228
home: updates
All checks were successful
flake check / check (push) Successful in 5m10s
fmt check / check (push) Successful in 39s
2023-12-15 10:08:23 -05:00
bf7cedb9f0
whisparr: pin version 2023-12-15 10:07:16 -05:00
1c0a2759ba
bat: remove theme 2023-12-15 10:06:50 -05:00
bbdb15288b
qbittorrent: bump version 2023-12-15 10:06:02 -05:00
4 changed files with 7 additions and 18 deletions

View file

@ -1,17 +1,5 @@
{pkgs, ...}: {
_: {
programs.bat = {
enable = true;
config = {
theme = "catppuccin-mocha";
};
themes = {
catppuccin-mocha = builtins.readFile (pkgs.fetchFromGitHub {
owner = "catppuccin";
repo = "bat";
rev = "ba4d16880d63e656acced2b7d4e034e4a93f74b1";
sha256 = "sha256-6WVKQErGdaqb++oaXnY3i6/GuH2FhTgK0v4TN4Y0Wbw=";
}
+ "/Catppuccin-mocha.tmTheme");
};
};
}

View file

@ -24,7 +24,7 @@
openFirewall = true;
};
virtualisation.oci-containers.containers.whisparr = {
image = "hotio/whisparr";
image = "hotio/whisparr:nightly-7b7bdb9";
ports = ["6969:6969"];
volumes = [
"/var/lib/whisparr:/config"

View file

@ -15,7 +15,7 @@
extraOptions = ["--cap-add=NET_ADMIN"];
};
qbittorrent = {
image = "linuxserver/qbittorrent:4.5.5";
image = "linuxserver/qbittorrent:4.6.2";
dependsOn = ["gluetun"];
environment = {
PUID = "1001";

View file

@ -26,21 +26,20 @@
homeDirectory = "/home/notoh";
packages = with pkgs; [
floorp
#brave
discord
jellyfin-media-player
cinny-desktop
thunderbird
obs-studio
pavucontrol
vscode-fhs
unzip
unrar
p7zip
virt-manager
imv
mpv
rustypaste-cli
drawio
obsidian
gimp
cryptomator
ventoy-bin-full
@ -51,7 +50,9 @@
bottles
runelite
prismlauncher
yuzu
inputs.nix-gaming.packages.${pkgs.system}.osu-lazer-bin
inputs.nix-gaming.packages.${pkgs.system}.wine-discord-ipc-bridge
(libsForQt5.callPackage ../../pkgs/chatterino7 {})
(callPackage ../../pkgs/jellyfin-rpc {})
];