Enable catppuccin, disable legacy options, and disable the conflicting options with stylix

This commit is contained in:
Lillian Violet 2024-12-20 21:48:16 +01:00
parent b294971ff3
commit 12a914b2f4
2 changed files with 7 additions and 6 deletions

View file

@ -69,8 +69,6 @@
# Add stuff for your user as you see fit: # Add stuff for your user as you see fit:
# programs.neovim.enable = true; # programs.neovim.enable = true;
# home.packages = with pkgs; [ steam ]; # home.packages = with pkgs; [ steam ];
qt.style.catppuccin.apply = true;
programs.freetube.catppuccin.flavor = "macchiato";
home.packages = with pkgs; [ home.packages = with pkgs; [
# Coding: # Coding:

View file

@ -12,10 +12,13 @@
homeDirectory = "/home/lillian"; homeDirectory = "/home/lillian";
}; };
# catppuccin = { catppuccin = {
# enable = true; enable = true;
# flavor = "macchiato"; flavor = "macchiato";
# }; foot.enable = false;
helix.enable = false;
yazi.enable = false;
};
home.packages = with pkgs; [ home.packages = with pkgs; [
# System tools: # System tools: