@ -7,5 +7,5 @@ in
(import "${home-manager}/nixos")
];
home-manager.users.junikim = import ./rices/cwm.nix
home-manager.users.junikim = import ./rices/cwm.nix { inherit config pkgs }
}
@ -1,3 +1,4 @@
{ config, pkgs, ...}:
{
# Home Manager needs a bit of information about you and the
# paths it should manage.
@ -62,4 +63,4 @@
".tmux.conf".source = ../dotfiles/tmux.conf;
".zshrc".source = ../dotfiles/zshrc;
};