1
This commit is contained in:
2022-08-08 23:36:18 +02:00
parent 7a660a8e6d
commit c9fbfa6300
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,7 @@
{ inputs, hostname, username, lib, mylib, config, nixosConfig, pkgs, ... }: { inputs, hostname, username, lib, mylib, config, nixosConfig, pkgs, ... }:
# Here goes the stuff that will only be enabled on the desktop
rec { rec {
imports = [ imports = [
../../../modules ../../../modules

View File

@ -1,5 +1,7 @@
{ inputs, hostname, username, lib, mylib, config, nixosConfig, pkgs, ... }: { inputs, hostname, username, lib, mylib, config, nixosConfig, pkgs, ... }:
# Here goes the stuff that will only be enabled on the laptop
rec { rec {
imports = [ imports = [
../../../modules ../../../modules