[feat] inherit device for home-manager linux
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
.PHONY: darwin build default
|
||||
default: build
|
||||
.PHONY: darwin home default
|
||||
|
||||
default: home
|
||||
|
||||
darwin:
|
||||
nix run nix-darwin -- switch --flake ~/.local/share/dotfiles/config/nix
|
||||
|
||||
@@ -57,6 +57,9 @@
|
||||
in
|
||||
home-manager.lib.homeManagerConfiguration {
|
||||
inherit pkgs;
|
||||
extraSpecialArgs = {
|
||||
inherit device;
|
||||
};
|
||||
modules = [
|
||||
./common/home.nix
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user