diff options
| author | Rosa <rosaontheweb@proton.me> | 2026-03-30 15:12:01 -0400 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2026-03-30 15:12:01 -0400 |
| commit | 2b5b1da02c4c86563569b8feca7beb91f98c5977 (patch) | |
| tree | 5f8cb230dd9c6f7449a67c5231b00b8ebab37366 /hosts/the-meowchine | |
| parent | 849624093f6afd2c498bbff8662550bf3fd87c33 (diff) | |
Maybe it's not dead yet
This reverts commit 849624093f6afd2c498bbff8662550bf3fd87c33.
Diffstat (limited to 'hosts/the-meowchine')
| -rw-r--r-- | hosts/the-meowchine/default.nix | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/hosts/the-meowchine/default.nix b/hosts/the-meowchine/default.nix index d5528c0..b6c0648 100644 --- a/hosts/the-meowchine/default.nix +++ b/hosts/the-meowchine/default.nix @@ -1,9 +1,4 @@ -{ - config, - lib, - pkgs, - ... -}: +{ config, lib, pkgs, ... }: { home-manager.users.rosa = { imports = [ ../../modules/user ]; |
