clean up flake inputs and allow standalone home-manager

closes #11
This commit is contained in:
Noah Masur
2022-10-30 20:14:41 -04:00
parent b15cd8c0b6
commit 2d10939285
8 changed files with 47 additions and 18 deletions

View File

@ -1,4 +1,6 @@
{ nixpkgs, wsl, home-manager, globals, ... }:
{ inputs, globals, ... }:
with inputs;
# System configuration for WSL
nixpkgs.lib.nixosSystem {