add host specific config for user christoph
This commit is contained in:
8
home/christoph/nixtop/default.nix
Normal file
8
home/christoph/nixtop/default.nix
Normal file
@ -0,0 +1,8 @@
|
||||
{ inputs, hostname, username, lib, mylib, config, nixosConfig, pkgs, ... }:
|
||||
|
||||
rec {
|
||||
imports = [
|
||||
../../../modules
|
||||
];
|
||||
|
||||
}
|
Reference in New Issue
Block a user