jellyfin is working on my domain name

This commit is contained in:
pagedMov
2024-11-02 17:12:00 -04:00
parent f3221dbd29
commit e0c183e467
144 changed files with 59 additions and 125 deletions

0
modules/home/scripts/commands/invoke.nix Normal file → Executable file
View File

0
modules/home/scripts/commands/runbg.nix Normal file → Executable file
View File

0
modules/home/scripts/commands/splash.nix Normal file → Executable file
View File

2
modules/home/scripts/commands/toolbelt.nix Normal file → Executable file
View File

@@ -59,7 +59,7 @@ pkgs.writeShellScriptBin "toolbelt" ''
[\"Change System Color Scheme\"]=\"Changes the base16 color scheme used by stylix to color system applications.\"
[\"Open System Monitor\"]=\"Opens a btop window.\"
[\"Open Volume Controls\"]=\"Opens alsamixer.\"
[\"Open Keyring\"]=\"Opens a fuzzy finder with all of the paths held in ~/.password-store. Selecting one uses pass to copy that password to the clipboard. Password is cleared from clipboard history after 45 seconds.\"
[\"Open Keyring\"]=\"Opens a fuzzy finder with all of the paths held in ~/.password-store. Selecting one uses pass to copy that password to the clipboard. Password is cleared from clipboard after 45 seconds, and isn't saved to clipboard history.\"
[\"View Clipboard History\"]=\"Opens clipboard history. Selecting an item copies it to the clipboard.\"
); \
if [[ -v descriptions[\$cleaned_key] ]]; then \

0
modules/home/scripts/commands/viconf.nix Normal file → Executable file
View File