diff --git a/home.nix b/home.nix index 1648304..33058df 100644 --- a/home.nix +++ b/home.nix @@ -7,5 +7,5 @@ in (import "${home-manager}/nixos") ]; - home-manager.users.junikim = import ./rices/cwm.nix { inherit config pkgs } + home-manager.users.junikim = import ./rices/cwm.nix { inherit config pkgs; }; } diff --git a/rices/cwm.nix b/rices/cwm.nix index 0d3801a..21a82c4 100644 --- a/rices/cwm.nix +++ b/rices/cwm.nix @@ -70,4 +70,4 @@ ".tmux.conf".source = ./dotfiles/tmux.conf; ".zshrc".source = ./dotfiles/zshrc; }; -}; +}