feat: stylix?

This commit is contained in:
Kat Inskip 2025-07-26 17:06:28 -07:00
parent 2b1fd9b99e
commit d6d4d38dcc
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
33 changed files with 465 additions and 629 deletions

View file

@ -31,15 +31,16 @@
# inputs.nixpkgs.follows = "nixpkgs";
#};
};
systems.url = "github:nix-systems/default";
# TODO: https://github.com/catppuccin/nix/issues/601
catppuccin = {
url = "path:/home/kat/Projects/catppuccin";
#url = "github:catppuccin/nix";
stylix = {
url = "github:nix-community/stylix";
inputs = {
nixpkgs.follows = "nixpkgs";
nur.follows = "nur";
flake-parts.follows = "flake-parts";
systems.follows = "systems";
};
};
systems.url = "github:nix-systems/default";
flake-parts = {
url = "github:hercules-ci/flake-parts";
inputs.nixpkgs-lib.follows = "nixpkgs-lib";
@ -186,12 +187,6 @@
rust-overlay.follows = "rust-overlay";
};
};
catppuccin-qtct = {
type = "github";
owner = "catppuccin";
repo = "qt5ct";
flake = false;
};
spicetify-nix = {
url = "github:Gerg-L/spicetify-nix";
inputs = {
@ -346,7 +341,6 @@
url = "github:nix-community/NUR";
inputs = {
nixpkgs.follows = "nixpkgs";
treefmt-nix.follows = "treefmt-nix";
flake-parts.follows = "flake-parts";
};
};