mirror of
https://github.com/Andrey0189/nixos-config-reborn.git
synced 2025-09-15 10:06:00 +03:00
no nixos stylix module
This commit is contained in:
@@ -10,8 +10,6 @@
|
||||
./net.nix
|
||||
./nh.nix
|
||||
./nix.nix
|
||||
# ./qt.nix
|
||||
# ./stylix.nix
|
||||
./timezone.nix
|
||||
./user.nix
|
||||
./zram.nix
|
||||
|
@@ -1,14 +0,0 @@
|
||||
{ pkgs, inputs, ... }: {
|
||||
imports = [ inputs.stylix.nixosModules.stylix ];
|
||||
stylix = {
|
||||
enable = true;
|
||||
polarity = "dark";
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-dark-hard.yaml";
|
||||
|
||||
# This doesn't work and idk why
|
||||
# image = pkgs.fetchurl {
|
||||
# url = "hhttps://codeberg.org/lunik1/nixos-logo-gruvbox-wallpaper/raw/branch/master/png/gruvbox-dark-rainbow.pngttps://codeberg.org/lunik1/nixos-logo-gruvbox-wallpaper/raw/branch/master/png/gruvbox-dark-rainbow.png";
|
||||
# sha256 = "036gqhbf6s5ddgvfbgn6iqbzgizssyf7820m5815b2gd748jw8zc";
|
||||
# };
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user