fix(profile): remove need for specialArgs inputs
This commit is contained in:
parent
587f3c0f1a
commit
8f342c6c27
2 changed files with 3 additions and 8 deletions
|
|
@ -1,10 +1,5 @@
|
|||
{
|
||||
lib,
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
|
||||
{ inputs }:
|
||||
{ lib, pkgs, ... }:
|
||||
{
|
||||
nix.settings.trusted-substituters = lib.mkAfter [ "https://cache.flox.dev" ];
|
||||
nix.settings.trusted-public-keys = lib.mkAfter [
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
../desktop/desktop-entries.nix
|
||||
../desktop/file-manager.nix
|
||||
../desktop/gnome-minimal.nix
|
||||
../development/flox.nix
|
||||
(import ../development/flox.nix { inherit inputs; })
|
||||
../users/admin.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue