Migrate more config to stylix

This commit is contained in:
2026-06-01 23:14:06 +02:00
parent f6c123e3bf
commit c0d6d4483d
5 changed files with 3 additions and 150 deletions
@@ -1,33 +1,3 @@
{
config,
pkgs,
...
}: let
palette = config.lib.stylix.colors;
in {
{pkgs, ...}: {
home.packages = with pkgs; [wlogout];
# xdg.configFile."wlogout/style.css".text = ''
# * {
# all: unset;
# font-family: JetBrains Mono Nerd Font;
# }
# window {
# background-color: #${palette.base00};
# }
# button {
# color: #${palette.base01};
# font-size: 64px;
# background-color: rgba(0,0,0,0);
# outline-style: none;
# margin: 5px;
# }
# button:focus, button:active, button:hover {
# color: #${palette.base0D};
# transition: ease 0.4s;
# }
# '';
}