refactor(treewide): statix

This commit is contained in:
ooks-io 2024-08-11 20:24:40 +12:00
parent 366fa0ce80
commit 7f2cd7a343
71 changed files with 84 additions and 84 deletions

View file

@ -7,7 +7,7 @@
}: let
inherit (inputs.nix-colors) colorSchemes;
inherit (lib) mkIf;
theme = config.ooknet.theme;
inherit (config.ooknet) theme;
in {
config = mkIf (theme == "phone") {
colorscheme = colorSchemes.gruvbox-material-dark-soft;