Compare commits
4 commits
09975ab9c7
...
03343b0228
Author | SHA1 | Date | |
---|---|---|---|
03343b0228 | |||
bf7cedb9f0 | |||
1c0a2759ba | |||
bbdb15288b |
4 changed files with 7 additions and 18 deletions
|
@ -1,17 +1,5 @@
|
||||||
{pkgs, ...}: {
|
_: {
|
||||||
programs.bat = {
|
programs.bat = {
|
||||||
enable = true;
|
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");
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
};
|
};
|
||||||
virtualisation.oci-containers.containers.whisparr = {
|
virtualisation.oci-containers.containers.whisparr = {
|
||||||
image = "hotio/whisparr";
|
image = "hotio/whisparr:nightly-7b7bdb9";
|
||||||
ports = ["6969:6969"];
|
ports = ["6969:6969"];
|
||||||
volumes = [
|
volumes = [
|
||||||
"/var/lib/whisparr:/config"
|
"/var/lib/whisparr:/config"
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
extraOptions = ["--cap-add=NET_ADMIN"];
|
extraOptions = ["--cap-add=NET_ADMIN"];
|
||||||
};
|
};
|
||||||
qbittorrent = {
|
qbittorrent = {
|
||||||
image = "linuxserver/qbittorrent:4.5.5";
|
image = "linuxserver/qbittorrent:4.6.2";
|
||||||
dependsOn = ["gluetun"];
|
dependsOn = ["gluetun"];
|
||||||
environment = {
|
environment = {
|
||||||
PUID = "1001";
|
PUID = "1001";
|
||||||
|
|
|
@ -26,21 +26,20 @@
|
||||||
homeDirectory = "/home/notoh";
|
homeDirectory = "/home/notoh";
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
floorp
|
floorp
|
||||||
|
#brave
|
||||||
discord
|
discord
|
||||||
jellyfin-media-player
|
|
||||||
cinny-desktop
|
cinny-desktop
|
||||||
thunderbird
|
thunderbird
|
||||||
obs-studio
|
obs-studio
|
||||||
pavucontrol
|
pavucontrol
|
||||||
vscode-fhs
|
vscode-fhs
|
||||||
unzip
|
unzip
|
||||||
|
unrar
|
||||||
p7zip
|
p7zip
|
||||||
virt-manager
|
virt-manager
|
||||||
imv
|
imv
|
||||||
mpv
|
mpv
|
||||||
rustypaste-cli
|
rustypaste-cli
|
||||||
drawio
|
|
||||||
obsidian
|
|
||||||
gimp
|
gimp
|
||||||
cryptomator
|
cryptomator
|
||||||
ventoy-bin-full
|
ventoy-bin-full
|
||||||
|
@ -51,7 +50,9 @@
|
||||||
bottles
|
bottles
|
||||||
runelite
|
runelite
|
||||||
prismlauncher
|
prismlauncher
|
||||||
|
yuzu
|
||||||
inputs.nix-gaming.packages.${pkgs.system}.osu-lazer-bin
|
inputs.nix-gaming.packages.${pkgs.system}.osu-lazer-bin
|
||||||
|
inputs.nix-gaming.packages.${pkgs.system}.wine-discord-ipc-bridge
|
||||||
(libsForQt5.callPackage ../../pkgs/chatterino7 {})
|
(libsForQt5.callPackage ../../pkgs/chatterino7 {})
|
||||||
(callPackage ../../pkgs/jellyfin-rpc {})
|
(callPackage ../../pkgs/jellyfin-rpc {})
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue