[feat] Added wallpapers and music-player
This commit is contained in:
@@ -19,8 +19,12 @@
|
||||
};
|
||||
};
|
||||
|
||||
gtk3.extraConfig = { gtk-application-prefer-dark-theme = 1; };
|
||||
cursorTheme = {
|
||||
name = "Vanillay-DMZ";
|
||||
package = pkgs.vanilla-dmz;
|
||||
};
|
||||
|
||||
gtk3.extraConfig = { gtk-application-prefer-dark-theme = 1; };
|
||||
gtk4.extraConfig = { gtk-application-prefer-dark-theme = 1; };
|
||||
};
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
systemd.target = "hyprland-session.target";
|
||||
settings.preload = wallpapers.all;
|
||||
settings.wallpapers = {
|
||||
"DP-4" = wallpapers.lights;
|
||||
"DP-4" = wallpapers.frieren_3;
|
||||
"DP-2" = wallpapers.shapes;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user