mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 08:33:55 -05:00
added home-manager standaloen to flake.nix
This commit is contained in:
parent
128bccd0fc
commit
20df495ca5
|
@ -38,6 +38,11 @@
|
||||||
|
|
||||||
outputs = inputs@{ nixpkgs, home-manager, nixpkgs-unstable, home-manager-unstable, nixos-hardware, ... }: {
|
outputs = inputs@{ nixpkgs, home-manager, nixpkgs-unstable, home-manager-unstable, nixos-hardware, ... }: {
|
||||||
|
|
||||||
|
homeConfigurations."aly" = home-manager-unstable.lib.homeManagerConfiguration {
|
||||||
|
pkgs = import nixpkgs-unstable { system = "x86_64-linux"; };
|
||||||
|
modules = [ ./home/aly.nix ];
|
||||||
|
};
|
||||||
|
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
|
|
||||||
# Framework 13 with AMD Ryzen 7640U and 32GB RAM.
|
# Framework 13 with AMD Ryzen 7640U and 32GB RAM.
|
||||||
|
|
Loading…
Reference in a new issue