comment
This commit is contained in:
@ -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
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user