aboutsummaryrefslogtreecommitdiff
path: root/hosts/the-meowchine
diff options
context:
space:
mode:
authorRosa <rosaontheweb@proton.me>2026-03-30 15:12:01 -0400
committerRosa <rosaontheweb@proton.me>2026-03-30 15:12:01 -0400
commit2b5b1da02c4c86563569b8feca7beb91f98c5977 (patch)
tree5f8cb230dd9c6f7449a67c5231b00b8ebab37366 /hosts/the-meowchine
parent849624093f6afd2c498bbff8662550bf3fd87c33 (diff)
Maybe it's not dead yet
This reverts commit 849624093f6afd2c498bbff8662550bf3fd87c33.
Diffstat (limited to 'hosts/the-meowchine')
-rw-r--r--hosts/the-meowchine/default.nix7
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 ];