feat: set up 'stylix'

This commit is contained in:
2026-02-16 20:07:52 +01:00
parent f8b0f62606
commit 6dc1213cb3
9 changed files with 414 additions and 15 deletions

View File

@@ -3,6 +3,10 @@
nixpkgs = {
url = "github:nixos/nixpkgs/nixos-unstable";
};
stylix = {
url = "github:danth/stylix";
inputs.nixpkgs.follows = "nixpkgs";
};
nixos-hardware = {
url = "github:NixOS/nixos-hardware/master";
};