refactor(flake): split NixOS Home Manager configs

Create a NixOS-specific Home Manager configuration and a reusable shared
configuration that can be imported and also used by other configurations,
such as WSL2.
This commit is contained in:
Oliver Davies 2023-08-08 20:15:31 +01:00
parent 994341071a
commit 3b890d9ee5
11 changed files with 729 additions and 729 deletions

View file

@ -29,7 +29,7 @@
flake = {
nixosConfigurations = {
nixedo = nixos-system;
nixedo = nixos-system { desktop = true; };
};
homeConfigurations = {