From c9fbfa630025dd9f95cdcbb9eae73d91b7020fcd Mon Sep 17 00:00:00 2001 From: ChUrl Date: Mon, 8 Aug 2022 23:36:18 +0200 Subject: [PATCH] comment --- home/christoph/nixinator/default.nix | 2 ++ home/christoph/nixtop/default.nix | 2 ++ 2 files changed, 4 insertions(+) diff --git a/home/christoph/nixinator/default.nix b/home/christoph/nixinator/default.nix index f49783a7..651cb5f1 100644 --- a/home/christoph/nixinator/default.nix +++ b/home/christoph/nixinator/default.nix @@ -1,5 +1,7 @@ { inputs, hostname, username, lib, mylib, config, nixosConfig, pkgs, ... }: +# Here goes the stuff that will only be enabled on the desktop + rec { imports = [ ../../../modules diff --git a/home/christoph/nixtop/default.nix b/home/christoph/nixtop/default.nix index 5f0ed30e..148130b6 100644 --- a/home/christoph/nixtop/default.nix +++ b/home/christoph/nixtop/default.nix @@ -1,5 +1,7 @@ { inputs, hostname, username, lib, mylib, config, nixosConfig, pkgs, ... }: +# Here goes the stuff that will only be enabled on the laptop + rec { imports = [ ../../../modules