feat: set up 'stylix'

This commit is contained in:
2026-03-11 21:25:32 +01:00
parent d6b2ce04ef
commit 239456efbc
26 changed files with 494 additions and 279 deletions
+4
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";
};