mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: slim slightly...
This commit is contained in:
parent
743741f976
commit
84d2438c3a
12 changed files with 35 additions and 51 deletions
|
|
@ -1,6 +1,9 @@
|
|||
{pkgs, ...}: {
|
||||
{pkgs, config, lib, ...}: let
|
||||
inherit (lib.modules) mkForce;
|
||||
in {
|
||||
programs.regreet = {
|
||||
enable = true;
|
||||
theme = mkForce config.home-manager.users.kat.gtk.theme;
|
||||
};
|
||||
stylix.targets.regreet.enable = true;
|
||||
services.greetd = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue