Skip to content

Commit

Permalink
flake: Unpin catppuccin input
Browse files Browse the repository at this point in the history
Resolves #31
  • Loading branch information
britter committed Jun 4, 2024
1 parent a36dddf commit b06abad
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 13 deletions.
7 changes: 3 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};

# Temporarily pin catppuccin, since they don't support tracking releases
# currently, and newer commits break home-manager 23.11
# see https://github.com/catppuccin/nix/issues/154
#catppuccin.url = "github:catppuccin/nix";
catppuccin.url = "github:catppuccin/nix/a48e70a31616cb63e4794fd3465bff1835cc4246";
catppuccin.url = "github:catppuccin/nix";

disko = {
url = "github:nix-community/disko";
Expand Down
2 changes: 1 addition & 1 deletion home/alacritty/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ in {
enable = true;
catppuccin = {
enable = true;
flavour = "mocha";
flavor = "mocha";
};
settings = {
font.normal.family = "FiraCode Nerd Font";
Expand Down
2 changes: 1 addition & 1 deletion home/terminal/bat.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ in {
enable = true;
catppuccin = {
enable = true;
flavour = "macchiato";
flavor = "macchiato";
};
};
};
Expand Down
2 changes: 1 addition & 1 deletion home/terminal/btop.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ in {
enable = true;
catppuccin = {
enable = true;
flavour = "macchiato";
flavor = "macchiato";
};
};

Expand Down
2 changes: 1 addition & 1 deletion home/terminal/tmux.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ in {
enable = true;
catppuccin = {
enable = true;
flavour = "frappe";
flavor = "frappe";
};

baseIndex = 1;
Expand Down

0 comments on commit b06abad

Please sign in to comment.