Add nixos wallpaper, switch to no longer using mpvpaper.
Compilation fix.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user