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;
|
||||
|
|
|
|||
5
home-manager/stylix.nix
Normal file
5
home-manager/stylix.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
stylix.enable = false;
|
||||
stylix.image = ./wallpapers/suzume_door.png;
|
||||
stylix.polarity = "dark";
|
||||
}
|
||||
BIN
home-manager/wallpapers/suzume_door.png
Normal file
BIN
home-manager/wallpapers/suzume_door.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.1 MiB |
Loading…
Add table
Add a link
Reference in a new issue