1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat(stylix): configure theme per system

This commit is contained in:
2024-03-17 21:41:05 +01:00
parent 64972f99b7
commit 0cbf4527c0
3 changed files with 24 additions and 20 deletions

View File

@@ -19,6 +19,8 @@ in {
promptColours.success = "cyan";
};
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/dracula.yaml";
nix.settings = {
cores = 1;
max-jobs = 2;