Use catppuccin module #8

Merged
Toast merged 9 commits from catppuccin into main 2024-04-10 11:15:54 +02:00
Showing only changes of commit 89eb9e4b71 - Show all commits

View file

@ -1,14 +1,9 @@
{pkgs, ...}: {
{...}: {
home-manager = {
users.toast = {
programs.btop = {
enable = true;
settings = {
color_theme = "catppuccin_mocha";
};
};
xdg.configFile = {
"btop/themes".source = "${pkgs.catppuccin}/btop";
catppuccin.enable = true;
};
};
};