Move more things to xdg paths

This commit is contained in:
Bun 2025-05-14 14:57:32 -04:00
parent 04560dfbc5
commit c41543edcf
23 changed files with 491 additions and 566 deletions

View file

@ -1,10 +1,6 @@
{ config, lib, ... }:
{ ... }:
{
options.look.fonts = lib.mkOption {
type = lib.types.attrs;
};
config.look.fonts = {
look.fonts = {
main = "Ubuntu";
mono = "UbuntuMono Nerd Font";
};