apps scope, pollute specialargs more, switch back to firefox
This commit is contained in:
parent
5003fc7953
commit
39ee6aa252
16 changed files with 253 additions and 366 deletions
13
graphical/apps-meta.nix
Normal file
13
graphical/apps-meta.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
lib,
|
||||
config,
|
||||
getPkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
options.apps = lib.mkOption {
|
||||
type = lib.types.attrsOf lib.types.package;
|
||||
default = { };
|
||||
};
|
||||
config.user.packages = getPkgs config.apps;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue