mirror of
https://github.com/Andrey0189/nixos-config-reborn.git
synced 2025-09-15 10:06:00 +03:00
add stylix
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
./mime.nix
|
||||
./net.nix
|
||||
./nh.nix
|
||||
./stylix.nix
|
||||
./timezone.nix
|
||||
./user.nix
|
||||
./zram.nix
|
||||
|
7
nixos/modules/stylix.nix
Normal file
7
nixos/modules/stylix.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ pkgs, inputs, ... }: {
|
||||
imports = [ inputs.stylix.nixosModules.stylix ];
|
||||
stylix = {
|
||||
enable = true;
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-dark-hard.yaml";
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user