aboutsummaryrefslogtreecommitdiff
path: root/hosts/the-meowchine
diff options
context:
space:
mode:
authorRosa <rosaontheweb@proton.me>2026-03-30 14:47:27 -0400
committerRosa <rosaontheweb@proton.me>2026-03-30 14:47:27 -0400
commit849624093f6afd2c498bbff8662550bf3fd87c33 (patch)
tree4eddc974d9c374ae89226cdd3105fc74b8cb9b6e /hosts/the-meowchine
parentc47baf373642c7db5e581df889f985bb38397a81 (diff)
nope, the dream really is dead
Diffstat (limited to 'hosts/the-meowchine')
-rw-r--r--hosts/the-meowchine/default.nix7
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 ];