feat: implement catppuccin (for alacritty and waybar)

This commit is contained in:
EinEtwas 2024-10-16 22:52:08 +02:00
parent d9f61dfee4
commit d6ab8b9aaf
4 changed files with 10 additions and 5 deletions

View file

@ -1,6 +1,6 @@
{
programs.alacritty = {
enable = true;
# catppuccin.enable = true;
catppuccin.enable = true;
};
}

View file

@ -17,7 +17,13 @@
home.homeDirectory = "/home/rhea";
programs.home-manager.enable = true;
catppuccin = {
flavor = "macchiato";
accent = "mauve";
};
imports = [
inputs.catppuccin.homeManagerModules.catppuccin
./hyprland.nix
./git.nix
./waybar
@ -29,7 +35,6 @@
./packages.nix
./alacritty.nix
./zsh.nix
inputs.catppuccin.homeManagerModules.catppuccin
];
# catppuccin.accent = "mocha";

View file

@ -49,8 +49,8 @@
/* The whole bar */
#waybar {
background: #323232;
color: white;
background: #24273a;
color: #f0c6c6;
font-family: Cantarell, Noto Sans, sans-serif;
font-size: 12px;
}

View file

@ -1,7 +1,7 @@
{
programs.zsh = {
enable = true;
autocd = true;
shellAliases = {
os-update = "nh os switch /home/rhea/nix-config/";