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, 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 ];