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";
|
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
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