Remove stylix

This commit is contained in:
2025-12-14 00:11:05 -05:00
parent 369e40546e
commit f480e78641
7 changed files with 2 additions and 356 deletions

View File

@@ -12,26 +12,6 @@ in
home.packages = with pkgs; [ just ];
stylix = {
enable = true;
base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyo-night-dark.yaml";
fonts.monospace = {
name = "FiraCode Nerd Font Mono";
package = "${pkgs.fira-mono}";
};
fonts.sansSerif = {
name = "FiraCode Nerd Font";
package = "${pkgs.fira-code}";
};
targets = {
firefox.profileNames = [ "default" ];
};
};
services = {
gpg-agent = {
enable = stdenv.isLinux;