Add nixos wallpaper, switch to no longer using mpvpaper.

Compilation fix.
This commit is contained in:
jay
2025-07-01 23:11:17 -04:00
parent e4f3ce464d
commit 79838751ef
3 changed files with 4 additions and 6 deletions

View File

@@ -23,7 +23,7 @@
home.packages = [
pkgs.legcord
pkgs.libgtop
pkgs.mpvpaper
#pkgs.mpvpaper
# pkgs.hyprlandPlugins.hyprtrails
];
@@ -45,7 +45,7 @@
programs.alacritty = lib.mkForce {
enable = true;
settings = {
window.opacity = 0.00;
window.opacity = 0.05;
# window.blur = true;
font.normal = {
family = "BigBlueTermPlus Nerd Font";
@@ -261,7 +261,8 @@
stylix = {
enable = true;
base16Scheme = "${pkgs.base16-schemes}/share/themes/onedark.yaml";
base16Scheme = "${pkgs.base16-schemes}/share/themes/nord.yaml";
image = "$HOME/nixverse/nodes/hosts/common/wallpapers/nixos-wallpaper.png";
#image = ./qat02.png;
# Wipeout HD Theme
#image = ./wipeout.png;

Binary file not shown.

After

Width:  |  Height:  |  Size: 299 KiB