stylix: base config

This commit is contained in:
Khaïs COLIN 2024-07-29 12:55:08 +02:00
parent faee4d96b7
commit 4fd74ba15d
3 changed files with 10 additions and 1 deletions

View file

@ -14,9 +14,11 @@
url = "path:./nixvim"; url = "path:./nixvim";
inputs.nixpkgs.follows = "nixpkgs-unstable"; inputs.nixpkgs.follows = "nixpkgs-unstable";
}; };
stylix.url = "github:danth/stylix";
}; };
outputs = { nixpkgs, home-manager, nixvim-flake, ... }: outputs = { nixpkgs, home-manager, nixvim-flake, stylix, ... }:
let let
system = "x86_64-linux"; system = "x86_64-linux";
pkgs = import nixpkgs { inherit system; }; pkgs = import nixpkgs { inherit system; };
@ -29,6 +31,8 @@
./home.nix ./home.nix
./wm/river.nix ./wm/river.nix
./wm/waybar.nix ./wm/waybar.nix
stylix.homeManagerModules.stylix
./stylix.nix
]; ];
extraSpecialArgs = { extraSpecialArgs = {
inherit inputs; inherit inputs;

5
home-manager/stylix.nix Normal file
View file

@ -0,0 +1,5 @@
{
stylix.enable = false;
stylix.image = ./wallpapers/suzume_door.png;
stylix.polarity = "dark";
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 MiB