feat: update wallpaper and references to image
This commit is contained in:
parent
33edc82a6b
commit
74635a6c6d
4 changed files with 19 additions and 4 deletions
|
@ -1,8 +1,15 @@
|
|||
{pkgs, ...}: {
|
||||
{
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}: let
|
||||
globalOpacity = 0.8;
|
||||
in {
|
||||
stylix = {
|
||||
enable = true;
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-dark-medium.yaml";
|
||||
image = ./assets/nixos-wallpaper.jpg;
|
||||
autoEnable = true;
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-material-dark-medium.yaml";
|
||||
image = config.myWallPaperPath;
|
||||
fonts = {
|
||||
sansSerif = {
|
||||
name = "Aileron";
|
||||
|
@ -13,5 +20,11 @@
|
|||
package = pkgs.nerdfonts.override {fonts = ["IBMPlexMono"];};
|
||||
};
|
||||
};
|
||||
opacity = {
|
||||
applications = globalOpacity;
|
||||
desktop = globalOpacity;
|
||||
popups = globalOpacity;
|
||||
terminal = globalOpacity;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue