This commit is contained in:
Aleksandr Lebedev 2025-02-28 21:47:55 +01:00
parent f735a3a3e8
commit 4d75d5605a

View file

@ -40,7 +40,7 @@ in
home.username = username; home.username = username;
home.homeDirectory = "/home/${username}"; home.homeDirectory = "/home/${username}";
stylix = { stylix = {
enable = lib.strings.hasInfix "kylekrein"; enable = lib.strings.hasInfix "kylekrein" hwconfig.hostname;
}; };
#xdg.configFile."Kvantum/kvantum.kvconfig".source = (pkgs.formats.ini {}).generate "kvantum.kvconfig" { #xdg.configFile."Kvantum/kvantum.kvconfig".source = (pkgs.formats.ini {}).generate "kvantum.kvconfig" {
# General.theme = "Catppuccin-Mocha"; # General.theme = "Catppuccin-Mocha";