mv pkgs that I forgot before

This commit is contained in:
smayzy
2025-07-10 17:07:57 +02:00
parent 3379ce4c3c
commit a42df2c07e
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -12,5 +12,6 @@ in
config = mkIf config.smayzy.stylix.enable {
stylix.enable = true;
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/dracula.yaml";
environment.systemPackages = with pkgs; [ base16-schemes ];
};
}