Add home manager configuraiton

This commit is contained in:
Nathan McCarty 2024-11-28 02:25:07 +00:00
parent 92c095c8a5
commit 558ecfabd3
5 changed files with 90 additions and 26 deletions

View file

@ -10,6 +10,10 @@
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.91.1-2.tar.gz";
inputs.nixpkgs.follows = "nixpkgs";
};
home-manager = {
url = "github:nix-community/home-manager/release-24.11";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs =
@ -21,6 +25,7 @@
# 2. Add foo as a parameter to the outputs function
# 3. Add here: foo.flakeModule
./nixos/machines/wsl/configuration.nix
./home-manager/machines/wsl/home.nix
];
systems = [
"x86_64-linux"