Skip to content

Commit

Permalink
Refactor flake.lock and flake.nix to streamline nixpkgs dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yousiki committed Jan 21, 2025
1 parent cc58033 commit 54a45db
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 36 deletions.
40 changes: 5 additions & 35 deletions flake.lock

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

8 changes: 7 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,13 @@
};

# Catppuccin theme
catppuccin.url = "github:catppuccin/nix";
catppuccin = {
url = "github:catppuccin/nix";
inputs = {
nixpkgs.follows = "nixpkgs";
nixpkgs-stable.follows = "";
};
};
catppuccin-cursors = {
url = "github:catppuccin/cursors";
inputs.nixpkgs.follows = "nixpkgs";
Expand Down

0 comments on commit 54a45db

Please sign in to comment.