From 20825c9ec1dee69791d252ac3709cfc5c850045b Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Wed, 1 Mar 2023 16:22:09 +0100 Subject: use stylix --- flake.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 33b2044..b46f4a0 100644 --- a/flake.nix +++ b/flake.nix @@ -1,9 +1,10 @@ { inputs = { my-nixpkgs.url = "github:qaristote/my-nixpkgs"; + stylix.url = "github:danth/stylix"; }; - outputs = { self, nixpkgs, my-nixpkgs, nixos-hardware, home-manager }: + outputs = { self, nixpkgs, my-nixpkgs, nixos-hardware, home-manager, stylix }: let system = "x86_64-linux"; overlays-module = { ... }: { @@ -15,7 +16,7 @@ in { nixosConfigurations.latitude-7490 = nixpkgs.lib.nixosSystem { inherit system; - specialArgs = { inherit nixos-hardware home-manager homeModules; }; + specialArgs = { inherit nixos-hardware home-manager homeModules stylix; }; modules = nixosModules; }; -- cgit v1.2.3