Skip to content

Commit

Permalink
Move theme and image config to separate variables.. for now..
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoruto committed Jul 14, 2024
1 parent b5c2184 commit 99a5f04
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@
};
stylix-config = {
stylix.image = nixpkgs.lib.mkDefault ./home-manager/desktop/default-wallpaper.png;
theme = "tokyo-night-dark";
image = "anime/jjk/satoru-gojo-jujutsu-kaisen-5k-ac.jpg";
# theme = "tokyo-night-dark";
# image = "anime/jjk/satoru-gojo-jujutsu-kaisen-5k-ac.jpg";
};
nixos-modules = [
nixpkgs-config
Expand Down Expand Up @@ -132,7 +132,7 @@
specialArgs = {
inherit inputs;
inherit theme;
inherit stylix-config;
inherit image;
username = "mirza";
};
modules =
Expand All @@ -148,7 +148,7 @@
specialArgs = {
inherit inputs;
inherit theme;
inherit stylix-config;
inherit image;
username = "mar";
};
modules =
Expand Down Expand Up @@ -176,7 +176,7 @@
extraSpecialArgs = {
inherit inputs;
inherit theme;
inherit stylix-config;
inherit image;
user = "mirza";
};
};
Expand All @@ -191,7 +191,7 @@
extraSpecialArgs = {
inherit inputs;
inherit theme;
inherit stylix-config;
inherit image;
user = "mar";
};
};
Expand Down

0 comments on commit 99a5f04

Please sign in to comment.