This repository was archived by the owner on Jun 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 9 files changed +21
-12
lines changed
Expand file tree Collapse file tree 9 files changed +21
-12
lines changed Original file line number Diff line number Diff line change 33 theme = import "${ self } /lib/theme" { inherit pkgs ; } ;
44in
55{
6+ catppuccin . alacritty . enable = true ;
7+
68 programs . alacritty = {
79 enable = true ;
8- catppuccin . enable = true ;
910 settings = {
1011 env = {
1112 TERM = "alacritty" ;
Original file line number Diff line number Diff line change 88 theme = import "${ self } /lib/theme" { inherit pkgs ; } ;
99in
1010{
11+ catppuccin . mako . enable = true ;
12+
1113 services = {
1214 mako = {
1315 enable = true ;
14- catppuccin . enable = true ;
1516 actions = true ;
1617 anchor = if hostname == "kara" then "top-center" else "top-right" ;
1718 borderRadius = 8 ;
Original file line number Diff line number Diff line change 11{ pkgs , ... } :
22{
3+ catppuccin . rofi = {
4+ enable = true ;
5+ flavor = "mocha" ;
6+ } ;
7+
38 programs . rofi = {
49 enable = true ;
510 package = pkgs . rofi-wayland ;
6- catppuccin = {
7- enable = true ;
8- flavor = "mocha" ;
9- } ;
1011 terminal = "${ pkgs . alacritty } /bin/alacritty" ;
1112
1213 extraConfig = {
Original file line number Diff line number Diff line change 11_ : {
2+ catppuccin . bat . enable = true ;
3+
24 programs = {
35 bat = {
46 enable = true ;
5- catppuccin . enable = true ;
67 } ;
78 } ;
89}
Original file line number Diff line number Diff line change 11_ : {
2+ catppuccin . bottom . enable = true ;
3+
24 programs . bottom = {
35 enable = true ;
4- catppuccin . enable = true ;
56 } ;
67}
Original file line number Diff line number Diff line change 11_ : {
2+ catppuccin . fzf . enable = true ;
3+
24 programs . fzf = {
35 enable = true ;
46 enableZshIntegration = true ;
5- catppuccin . enable = true ;
67
78 changeDirWidgetOptions = [ "--preview 'tree -C {} | head -200'" ] ;
89
Original file line number Diff line number Diff line change 11_ : {
2+ catppuccin . tmux . enable = true ;
3+
24 programs = {
35 tmate . enable = true ;
46
57 tmux = {
68 enable = true ;
7- catppuccin . enable = true ;
89
910 aggressiveResize = true ;
1011 baseIndex = 1 ;
Original file line number Diff line number Diff line change 11{ pkgs , ... } :
22{
3+ catppuccin . nvim . enable = true ;
4+
35 programs . neovim = {
46 enable = true ;
57 package = pkgs . neovim-unwrapped ;
6- catppuccin . enable = true ;
78 viAlias = true ;
89 vimAlias = true ;
910 vimdiffAlias = true ;
Original file line number Diff line number Diff line change 11{
2+ catppuccin . zsh-syntax-highlighting . enable = true ;
3+
24 programs = {
35 zsh = {
46 enable = true ;
810 autosuggestion . enable = true ;
911 syntaxHighlighting = {
1012 enable = true ;
11- catppuccin . enable = true ;
1213 } ;
1314
1415 history = {
You can’t perform that action at this time.
0 commit comments