added stuff

This commit is contained in:
Charlie Root 2024-04-29 23:26:46 +02:00
commit 4205955c5f
3 changed files with 20 additions and 25 deletions

View file

@ -1,9 +1,5 @@
{
config,
lib,
pkgs,
...
}: with lib; let
{ config, lib, pkgs, ... }:
with lib; let
cfg = config.modules.themes.gtk;
username = config.modules.other.system.username;
hmCfg = config.home-manager.users.${username};