Skip to content

Commit 38c1c15

Browse files
committed
{flake.*,hosts/nixos/default}: drop mako, follow nixpkgs on catppuccin
1 parent 392fd84 commit 38c1c15

3 files changed

Lines changed: 10 additions & 25 deletions

File tree

flake.lock

Lines changed: 9 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
inputs = {
55
catppuccin.url = "github:catppuccin/nix";
6+
catppuccin.inputs.nixpkgs.follows = "nixpkgs";
67

78
dis.url = "github:DontEatOreo/dis/develop";
89
dis.inputs.nixpkgs.follows = "nixpkgs";

hosts/nixos/default.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ in
4141
flavor = "frappe";
4242
accent = "teal";
4343
cache.enable = true;
44-
45-
mako.enable = false;
4644
};
4745
}
4846
inputs.nur.modules.nixos.default

0 commit comments

Comments
 (0)