1
1
Fork 0

Move previous module out of the way

This commit is contained in:
Tim Van Baak 2023-08-02 01:51:00 +00:00
parent d63efc38b9
commit 9948b73eff
2 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{ pkgs, lib, ... }:
let
beatific = import ../../modules/beatific.nix;
beatific = import ../../modules/beatific-config.nix;
in {
imports = [
./hardware-configuration.nix