it works :D
This commit is contained in:
parent
eeb9ce59d9
commit
270e52070d
13 changed files with 785 additions and 1007 deletions
|
|
@ -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];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue