it works :D

This commit is contained in:
KoenDR06 2025-07-18 12:21:57 +02:00
parent eeb9ce59d9
commit 270e52070d
13 changed files with 785 additions and 1007 deletions

View file

@ -8,6 +8,7 @@
}: let
inherit (lib) mkEnableOption mkIf mkOption types;
cfg = config.horseman.wm.gnome;
homeCfg = config.horseman;
in {
options = {
horseman.wm.gnome = {
@ -39,7 +40,7 @@ in {
gnome-text-editor
];
home-manager.users.horseman = {
home-manager.users.${homeCfg.username} = {
imports = [./config.nix];
};
};