mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Fixes for nix-on-droid profile
This commit is contained in:
parent
8bd2e5942e
commit
d5297c68f9
3 changed files with 21 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
{ config, lib, pkgs, pkgs-stable, pkgs-emacs, systemSettings, userSettings, inputs, ... }:
|
||||
|
||||
{
|
||||
# Simply install just the packages
|
||||
|
@ -47,5 +47,14 @@
|
|||
useGlobalPkgs = true;
|
||||
|
||||
config = ./home.nix;
|
||||
|
||||
extraSpecialArgs = {
|
||||
# pass config variables from above
|
||||
inherit pkgs-stable;
|
||||
inherit pkgs-emacs;
|
||||
inherit systemSettings;
|
||||
inherit userSettings;
|
||||
inherit inputs;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue