IM FUCKING SISYPHUS SAVE ME

This commit is contained in:
do butterflies cry? 2026-02-13 22:14:30 +10:00
parent 02251bd750
commit 099d1960ab
12 changed files with 52 additions and 28 deletions

View file

@ -1,7 +1,8 @@
{upkgs, ...}: {
# DEBUG: {upkgs, ...}: {
{pkgs, ...}: {
programs.foot = {
enable = true;
package = upkgs.foot;
package = pkgs.foot; # DEBUG: upkgs.foot;
server.enable = true;