flake: update home-manager and NixOS config

This commit is contained in:
Gabriel Arazas 2024-02-11 18:32:25 +08:00
parent 9924974ac9
commit d7d9e07516
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC
2 changed files with 0 additions and 7 deletions

View File

@ -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;

View File

@ -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`.