mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-02 23:47:18 +02:00
Much change, kinda broke my git history
This commit is contained in:
parent
dbd0f9a448
commit
af11597854
12 changed files with 104 additions and 17 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
{ config, pkgs, lib, inputs, ... }:
|
||||
let
|
||||
cfg = config.luj.hmgr;
|
||||
in
|
||||
|
@ -13,7 +13,7 @@ with lib;
|
|||
lib.mapAttrs
|
||||
(name: value:
|
||||
{
|
||||
imports = with builtins; map (x: ../../home-manager-modules + "/${x}/default.nix") (attrNames (readDir ../../home-manager-modules));
|
||||
imports = with builtins; (map (x: ../../home-manager-modules + "/${x}/default.nix") (attrNames (readDir ../../home-manager-modules)));
|
||||
home.username = "${name}";
|
||||
home.homeDirectory = "/home/${name}";
|
||||
home.stateVersion = "21.11";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue