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