Use stylix instead of unmaintained nix-colors

This commit is contained in:
2026-06-01 23:06:54 +02:00
parent 5ecb1594d1
commit f6c123e3bf
13 changed files with 391 additions and 167 deletions
+7 -10
View File
@@ -1,7 +1,4 @@
{config, ...}: let
homeCfgs = config.home-manager.users;
julianCfg = homeCfgs.julian;
in {
{
users.extraUsers.greeter = {
# For caching
home = "/tmp/greeter-home";
@@ -10,12 +7,12 @@ in {
programs.regreet = {
enable = true;
iconTheme = julianCfg.gtk.iconTheme;
theme = julianCfg.gtk.theme;
# font = julianCfg.fontProfiles.regular; # TODO: do
cursorTheme = {
inherit (julianCfg.gtk.cursorTheme) name package;
};
# iconTheme = julianCfg.gtk.iconTheme;
# theme = julianCfg.gtk.theme;
# # font = julianCfg.fontProfiles.regular; # TODO: do
# cursorTheme = {
# inherit (julianCfg.gtk.cursorTheme) name package;
# };
cageArgs = [
"-s"
"-m"