feat: added other user themes

This commit is contained in:
Nick 2025-01-31 01:49:36 -06:00
parent 6cdbfedc93
commit 1635b0c845
40 changed files with 593 additions and 210 deletions

View file

@ -1,4 +1,5 @@
{pkgs, ...}: {
{ pkgs, ... }:
{
services = {
xserver = {
enable = true;
@ -15,8 +16,7 @@
gnome-online-accounts.enable = true;
};
udev.packages = builtins.attrValues {
inherit
(pkgs.gnome)
inherit (pkgs)
gnome-settings-daemon
;
};
@ -27,8 +27,7 @@
# WEBKIT_DISABLE_COMPOSITING_MODE = "1";
};
gnome.excludePackages = builtins.attrValues {
inherit
(pkgs)
inherit (pkgs)
gnome-photos
gnome-tour
epiphany # web browser
@ -38,19 +37,16 @@
totem # video player
yelp # help viewer
gnome-calendar
;
inherit
(pkgs.gnome)
gnome-music
tali # poker game
iagno # go game
hitori # sudoku game
atomix # puzzle game
gnome-clocks
gnome-weather
gnome-maps
gnome-contacts
gnome-characters
gnome-music
tali # poker game
iagno # go game
hitori # sudoku game
;
};
};