feat(flake): improve firefox-addons & arkenfox-userjs inputs
- replace full rycee/nur-expressions input with firefox-addons flake - use arkenfox user.js directly from github:arkenfox/user.js as input
This commit is contained in:
parent
025b9a46dd
commit
4a09825289
7 changed files with 84 additions and 36 deletions
|
@ -1,7 +1,7 @@
|
|||
name:
|
||||
{ user ? { }, hm ? { }, modules ? [ ], config, usesContainers ? false, ... }:
|
||||
|
||||
{ pkgs, lib, home-manager, ... }: {
|
||||
{ inputs, nixConfig, pkgs, lib, home-manager, ... }: {
|
||||
imports = [ home-manager.nixosModules.home-manager ];
|
||||
|
||||
users.users."${name}" = {
|
||||
|
@ -24,5 +24,6 @@ name:
|
|||
useGlobalPkgs = true;
|
||||
backupFileExtension = "backup";
|
||||
users."${name}" = lib.mkMerge [ { imports = modules; } (import config) ];
|
||||
extraSpecialArgs = { inherit inputs nixConfig; };
|
||||
} // hm;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue