notohh
137a114c16
yazi: disable lua conf & fix keymap tsuki: add hyprsysinfo hypridle: dpms off on timeout hosts: enable wastebin stash: bump version yuki: disable paperless & hydroxide
9 lines
166 B
Nix
9 lines
166 B
Nix
_: {
|
|
services.wastebin = {
|
|
enable = true;
|
|
settings = {
|
|
WASTEBIN_TITLE = "wastebin";
|
|
WASTEBIN_BASE_URL = "https://paste.flake.sh";
|
|
};
|
|
};
|
|
}
|