Enable catppuccin, disable legacy options, and disable the conflicting options with stylix
This commit is contained in:
parent
b294971ff3
commit
12a914b2f4
|
@ -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:
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue