update lockfile, cleanup & add vinegar

This commit is contained in:
xunuwu 2024-08-03 00:20:49 +02:00
parent 088b45ff45
commit 28462677e0
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
6 changed files with 50 additions and 57 deletions

View file

@ -44,6 +44,7 @@
../../programs/media/jellyfin.nix
# gaming
../../programs/games
../../programs/games/roblox.nix
#../../programs/games/ludusavi.nix
# media services

View file

@ -13,11 +13,11 @@
gtk = {
enable = true;
theme = {
package = pkgs.gnome.gnome-themes-extra;
package = pkgs.gnome-themes-extra;
name = "Adwaita-dark";
};
iconTheme = {
package = pkgs.gnome.adwaita-icon-theme;
package = pkgs.adwaita-icon-theme;
name = "Adwaita-dark";
};
font = {

View file

@ -0,0 +1,3 @@
{pkgs, ...}: {
home.packages = [pkgs.vinegar];
}