1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

wip: remove very specific special args and unify library functions

This commit is contained in:
oddlama 2023-06-30 01:55:17 +02:00
parent dfc3084fe9
commit 68bb9731d3
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
28 changed files with 594 additions and 644 deletions

View file

@ -1,12 +1,6 @@
{
lib,
config,
nixos-hardware,
pkgs,
...
}: {
{inputs, ...}: {
imports = [
nixos-hardware.common-pc-ssd
inputs.nixos-hardware.nixosModules.common-pc-ssd
./physical.nix
];