Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove hm module imports #1

Open
olifloof opened this issue Jan 15, 2025 · 1 comment
Open

remove hm module imports #1

olifloof opened this issue Jan 15, 2025 · 1 comment

Comments

@olifloof
Copy link

nix-dotfiles/flake.nix

Lines 84 to 93 in 89f7260

systems = {
modules = {
nixos = with inputs; [
home-manager.nixosModules.home-manager
];
darwin = with inputs; [
home-manager.darwinModules.home-manager
];
};

snowfall automatically imports home-manager, you do not need this

@Jetiaime
Copy link
Owner

nix-dotfiles/flake.nix

Lines 84 to 93 in 89f7260

systems = {
modules = {
nixos = with inputs; [
home-manager.nixosModules.home-manager
];
darwin = with inputs; [
home-manager.darwinModules.home-manager
];
};

snowfall automatically imports home-manager, you do not need this

Oh, I tried before adding this code. When I built with darwin-rebuild switch --flake ~/.config/nix-darwin, I still didn't see my Obsidian. So, I copied this from @jakehamilton's repository, hoping it would work. (But it didn't...) Thank you btw, I don't think this is the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants