test
This commit is contained in:
parent
57736d3b98
commit
992fd5f726
18 changed files with 0 additions and 0 deletions
10
temp-Modules/System/default.nix
Normal file
10
temp-Modules/System/default.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# Import all modules so configuration.nix only needs to import this file
|
||||
{ config, pkgs, lib, inputs, username, ... }: {
|
||||
imports = [
|
||||
##############
|
||||
# ⚙️ Defaults #
|
||||
##############
|
||||
./common.nix
|
||||
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue