mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
flake: update home-manager and NixOS config
This commit is contained in:
parent
9924974ac9
commit
d7d9e07516
@ -1,7 +1,6 @@
|
||||
{ inputs
|
||||
, lib
|
||||
|
||||
, defaultExtraArgs
|
||||
, defaultNixConf
|
||||
|
||||
, ...
|
||||
@ -52,9 +51,6 @@
|
||||
# NixOS configurations with `nixpkgs.useGlobalPkgs` set to `true` so
|
||||
# avoid setting nixpkgs-related options here.
|
||||
({ pkgs, config, lib, ... }: {
|
||||
# Set some extra, yeah?
|
||||
_module.args = defaultExtraArgs;
|
||||
|
||||
manual = lib.mkDefault {
|
||||
html.enable = true;
|
||||
json.enable = true;
|
||||
|
@ -1,6 +1,5 @@
|
||||
{ inputs
|
||||
|
||||
, defaultExtraArgs
|
||||
, defaultNixConf
|
||||
|
||||
, ...
|
||||
@ -95,8 +94,6 @@
|
||||
|
||||
# The NixOS module that came from flake-parts.
|
||||
({ config, lib, ... }: {
|
||||
_module.args = defaultExtraArgs;
|
||||
|
||||
# Set the NixOS system at the time of evaluation for convenience. Take
|
||||
# note, we assume that you develop your NixOS configuration somewhere
|
||||
# not in `/etc/nixos`.
|
||||
|
Loading…
Reference in New Issue
Block a user