feat!: switch to stylix

This commit is contained in:
Moritz Böhme 2025-05-18 18:32:43 +02:00
parent 5aae7edaf8
commit 9a2d0eed40
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
18 changed files with 291 additions and 1331 deletions

View file

@ -122,6 +122,7 @@
flake-compat.url = "github:edolstra/flake-compat";
niri.url = "github:sodiboo/niri-flake";
systems.url = "github:nix-systems/default";
stylix.url = "github:nix-community/stylix";
# Programs
timers.url = "git+https://gitea.moritzboeh.me/moritz/timers.git";
@ -172,6 +173,13 @@
nur.inputs.flake-parts.follows = "flake-parts";
nur.inputs.nixpkgs.follows = "nixpkgs";
nur.inputs.treefmt-nix.follows = "treefmt-nix";
stylix.inputs.flake-compat.follows = "flake-compat";
stylix.inputs.flake-parts.follows = "flake-parts";
stylix.inputs.git-hooks.follows = "git-hooks";
stylix.inputs.home-manager.follows = "home-manager";
stylix.inputs.nixpkgs.follows = "nixpkgs";
stylix.inputs.nur.follows = "nur";
stylix.inputs.systems.follows = "systems";
timers.inputs.nixpkgs.follows = "nixpkgs";
treefmt-nix.inputs.nixpkgs.follows = "nixpkgs";
};