fix flake for non-nixos

This commit is contained in:
Andreas Zweili 2022-02-23 10:34:14 +01:00
parent 980c6ab3f9
commit bc00968e7b
1 changed files with 2 additions and 1 deletions

View File

@ -24,6 +24,7 @@
let
custom = import ./custom;
system = custom.system;
username = custom.username;
overlay-unstable = final: prev: {
unstable = import nixpkgs-unstable {
system = custom.system;
@ -237,7 +238,7 @@
homeConfigurations = {
"${custom.username}@co-ws-con4" = home-manager.lib.homeManagerConfiguration {
configuration = import ./home-manager/work-wsl.nix;
inherit inputs;
inherit system username;
homeDirectory = "/home/${custom.username}";
extraSpecialArgs = {
inherit custom inputs;