snowflake/hosts/sakura/services/wastebin.nix
notohh 137a114c16
flake.nix: add hyprsysinfo && use fufexan zen fork
yazi: disable lua conf & fix keymap

tsuki: add hyprsysinfo

hypridle: dpms off on timeout

hosts: enable wastebin

stash: bump version

yuki: disable paperless & hydroxide
2024-10-14 07:42:09 -04:00

9 lines
166 B
Nix

_: {
services.wastebin = {
enable = true;
settings = {
WASTEBIN_TITLE = "wastebin";
WASTEBIN_BASE_URL = "https://paste.flake.sh";
};
};
}