feat: implement catppuccin (for alacritty and waybar)
This commit is contained in:
parent
d9f61dfee4
commit
d6ab8b9aaf
4 changed files with 10 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
programs.alacritty = {
|
||||
enable = true;
|
||||
# catppuccin.enable = true;
|
||||
catppuccin.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
|
||||
|
||||
autocd = true;
|
||||
shellAliases = {
|
||||
os-update = "nh os switch /home/rhea/nix-config/";
|
||||
|
|
|
|||
Loading…
Reference in a new issue