Create prompt module
This commit is contained in:
parent
4a21cf05d2
commit
eade86cef6
3 changed files with 14 additions and 13 deletions
|
|
@ -11,6 +11,7 @@
|
|||
in {
|
||||
nixosModules = {
|
||||
common = import ./modules/common.nix;
|
||||
prompt = import ./modules/prompt.nix;
|
||||
server = import ./modules/server.nix;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue