diff options
| author | Rosa <rosaontheweb@proton.me> | 2026-03-30 15:31:18 -0400 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2026-03-30 15:31:18 -0400 |
| commit | fbc53e0be7cf2a02551347f3f2df9b41b3a465b7 (patch) | |
| tree | 7b18c703ad2bc8d5feb94cd51d33bf33d8cd2914 /hosts/the-meowchine/default.nix | |
| parent | 3811fbf7fcacd8d1d8c294e0285f18c0ad4d52a1 (diff) | |
hm
Diffstat (limited to 'hosts/the-meowchine/default.nix')
| -rw-r--r-- | hosts/the-meowchine/default.nix | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/hosts/the-meowchine/default.nix b/hosts/the-meowchine/default.nix index b6c0648..d5528c0 100644 --- a/hosts/the-meowchine/default.nix +++ b/hosts/the-meowchine/default.nix @@ -1,4 +1,9 @@ -{ config, lib, pkgs, ... }: +{ + config, + lib, + pkgs, + ... +}: { home-manager.users.rosa = { imports = [ ../../modules/user ]; |
