diff options
author | Linnnus <[email protected]> | 2024-02-20 09:08:54 +0100 |
---|---|---|
committer | Linnnus <[email protected]> | 2024-02-20 09:09:08 +0100 |
commit | e275224ea8f3182916e715861a09d8a5a13147ca (patch) | |
tree | b82ddf94e21d34ceee2d25e5cecec3cc686d24ba /hosts/muhammed/home/default.nix | |
parent | 476150fa1384b2c77e527f3f138d458cdc05bd29 (diff) |
reorg: Move muhammed-specific configuration into hosts/muhammed/home
Diffstat (limited to 'hosts/muhammed/home/default.nix')
-rw-r--r-- | hosts/muhammed/home/default.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/hosts/muhammed/home/default.nix b/hosts/muhammed/home/default.nix new file mode 100644 index 0000000..b0b126c --- /dev/null +++ b/hosts/muhammed/home/default.nix @@ -0,0 +1,10 @@ +# Here we extend the HM user defined in `home/default.nix`. All the global HM +# stuff is defined in there. +{...}: { + home-manager.users.linus = { + imports = [ + ./iterm2 + ./noweb + ]; + }; +} |