Re-add removed inptus
This commit is contained in:
parent
914d9d1bed
commit
af49987c9b
1 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,10 @@
|
||||||
{inputs, pkgs, system, theme, ...}: {
|
{inputs, pkgs, system, theme, ...}: {
|
||||||
|
|
||||||
|
imports = [
|
||||||
|
inputs.stylix.nixosModules.stylix
|
||||||
|
../../../../stylix/${theme}
|
||||||
|
];
|
||||||
|
|
||||||
stylix = {
|
stylix = {
|
||||||
image = /etc/nixos/git/wallpapers/${theme}/wallpaper1.png;
|
image = /etc/nixos/git/wallpapers/${theme}/wallpaper1.png;
|
||||||
opacity = {
|
opacity = {
|
||||||
|
|
Loading…
Reference in a new issue