Add home manager configuraiton
This commit is contained in:
parent
92c095c8a5
commit
558ecfabd3
5 changed files with 90 additions and 26 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue