theme | enable catppucci theming

This commit is contained in:
Don Harper 2024-08-21 22:42:23 -05:00
parent 86fef45deb
commit 995218d6aa
5 changed files with 84 additions and 46 deletions

View file

@ -1,6 +1,7 @@
{
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
catppuccin.url = "github:catppuccin/nix";
disko.url = "github:nix-community/disko";
disko.inputs.nixpkgs.follows = "nixpkgs";
home-manager.url = "github:nix-community/home-manager/master";
@ -17,6 +18,7 @@
nixos-hardware,
home-manager,
stylix,
catppuccin,
...
}: let
inherit (self) outputs;