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