feat(stylix): switch theme to 3024

This commit is contained in:
Mohammad Rafiq 2025-03-22 01:11:21 +08:00
parent c1ad76f90f
commit eb68035f5c
No known key found for this signature in database
3 changed files with 7 additions and 2 deletions

View file

@ -1,7 +1,8 @@
{inputs, ...}: {
{ inputs, ... }:
{
imports = [
inputs.stylix.nixosModules.stylix
./themes/catppuccin.nix
./themes/3024.nix
./fonts/sauce-code-pro.nix
];
stylix.enable = true;

View file

@ -0,0 +1,4 @@
{ pkgs, ... }:
{
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/3024.yaml";
}