aboutsummaryrefslogtreecommitdiff
path: root/hosts/the-meowchine/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/the-meowchine/default.nix')
-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 ];