[feat] Added wallpapers and music-player

This commit is contained in:
uttarayan21
2024-03-16 17:39:26 +05:30
parent 0a6859852d
commit 6f1cb3da8f
8 changed files with 306 additions and 31 deletions

View File

@@ -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; };
};
}