add extraSpecialArgs to use flake inputs in home.nix and add anyrun as a launcher
This commit is contained in:
parent
60495f0f31
commit
e1d94eefba
4 changed files with 101 additions and 2 deletions
|
@ -11,6 +11,10 @@
|
|||
url = "github:nix-community/home-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
anyrun = {
|
||||
url = "github:anyrun-org/anyrun";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, stablepkgs, home-manager, ... } @ inputs:
|
||||
|
@ -28,6 +32,7 @@
|
|||
./modules/nh.nix
|
||||
./modules/environment.nix
|
||||
./modules/waydroid.nix
|
||||
home-manager.nixosModules.default
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue