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 = [
|
imports = [
|
||||||
# Include the results of the hardware scan.
|
# Include the results of the hardware scan.
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
|
|
||||||
|
inputs.musnix.nixosModules.musnix
|
||||||
];
|
];
|
||||||
|
|
||||||
musnix = {
|
musnix = {
|
||||||
|
Reference in New Issue
Block a user