stylix: base config
This commit is contained in:
parent
faee4d96b7
commit
4fd74ba15d
3 changed files with 10 additions and 1 deletions
|
|
@ -14,9 +14,11 @@
|
|||
url = "path:./nixvim";
|
||||
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||
};
|
||||
|
||||
stylix.url = "github:danth/stylix";
|
||||
};
|
||||
|
||||
outputs = { nixpkgs, home-manager, nixvim-flake, ... }:
|
||||
outputs = { nixpkgs, home-manager, nixvim-flake, stylix, ... }:
|
||||
let
|
||||
system = "x86_64-linux";
|
||||
pkgs = import nixpkgs { inherit system; };
|
||||
|
|
@ -29,6 +31,8 @@
|
|||
./home.nix
|
||||
./wm/river.nix
|
||||
./wm/waybar.nix
|
||||
stylix.homeManagerModules.stylix
|
||||
./stylix.nix
|
||||
];
|
||||
extraSpecialArgs = {
|
||||
inherit inputs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue