mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-05 22:44:34 +05:30
Added rest of themes local to repo, some may need minor edits
This commit is contained in:
parent
1e729b044a
commit
732636f290
54 changed files with 945 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, myTheme, myBackgroundUrl, myBackgroundSha256, ... }:
|
||||
{ config, pkgs, myTheme, myThemePolarity, myBackgroundUrl, myBackgroundSha256, ... }:
|
||||
|
||||
let
|
||||
myFont = "Inconsolata";
|
||||
|
@ -7,7 +7,7 @@ let
|
|||
in
|
||||
{
|
||||
stylix.autoEnable = false;
|
||||
stylix.polarity = "dark";
|
||||
stylix.polarity = myThemePolarity;
|
||||
stylix.image = pkgs.fetchurl {
|
||||
url = myBackgroundUrl;
|
||||
sha256 = myBackgroundSha256;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue