Enable zathura
All checks were successful
Buill NixOS Configurations / build (carbon) (push) Successful in 1m26s
Buill NixOS Configurations / build (git) (push) Successful in 1m12s
Buill NixOS Configurations / build (gospel) (push) Successful in 1m32s
Buill NixOS Configurations / build (node) (push) Successful in 1m18s

This commit is contained in:
alejandro-angulo 2026-02-18 19:53:16 -08:00
parent 2db398fa14
commit 7ba4796758

View file

@ -31,4 +31,7 @@ in
", switch:off:Lid Switch, exec, ${clamshell_script}/bin/clamshell open" ", switch:off:Lid Switch, exec, ${clamshell_script}/bin/clamshell open"
", switch:on:Lid Switch, exec, ${clamshell_script}/bin/clamshell close" ", switch:on:Lid Switch, exec, ${clamshell_script}/bin/clamshell close"
]; ];
catppuccin.zathura.enable = true;
programs.zathura.enable = true;
} }