mirror of https://github.com/E-Almqvist/dotfiles
parent
9e1669337b
commit
21ea5d1661
@ -1,18 +0,0 @@ |
|||||||
{ |
|
||||||
description = "Home Manager configuration"; |
|
||||||
|
|
||||||
inputs = { |
|
||||||
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable"; |
|
||||||
home-manager = { |
|
||||||
url = "github:nix-community/home-manager"; |
|
||||||
inputs.nixpkgs.follows = "nixpkgs"; |
|
||||||
}; |
|
||||||
}; |
|
||||||
|
|
||||||
outputs = { self, nixpkgs, home-manager }: { |
|
||||||
homeConfigurations."elal" = home-manager.lib.homeConfiguration { |
|
||||||
pkgs = nixpkgs.legacyPackages.aarch64-darwin; |
|
||||||
modules = [ ./home.nix ]; |
|
||||||
}; |
|
||||||
}; |
|
||||||
} |
|
@ -1 +0,0 @@ |
|||||||
experimental-features = nix-command flakes |
|
Loading…
Reference in new issue