use musnix from inputs
This commit is contained in:
@ -1,9 +1,11 @@
|
||||
{ musnix, config, lib, mylib, pkgs, ... }:
|
||||
{ inputs, config, lib, mylib, pkgs, ... }:
|
||||
|
||||
{
|
||||
rec {
|
||||
imports = [
|
||||
# Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
|
||||
inputs.musnix.nixosModules.musnix
|
||||
];
|
||||
|
||||
musnix = {
|
||||
|
Reference in New Issue
Block a user