feat!: switch to stylix
This commit is contained in:
parent
5aae7edaf8
commit
9a2d0eed40
18 changed files with 291 additions and 1331 deletions
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue