Changed directory structure for Nix modules
This commit is contained in:
parent
1fb538d984
commit
9176a7d0a3
3 changed files with 12 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
imports =
|
||||
[ # Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
../../modules/xfce.nix
|
||||
../../modules/system/xfce.nix
|
||||
];
|
||||
|
||||
# Bootloader.
|
||||
|
|
|
|||
11
modules/README.md
Normal file
11
modules/README.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Modules
|
||||
|
||||
Organized Nix modules.
|
||||
```
|
||||
.
|
||||
|
|
||||
+-- system - Modules to be included in configuration.nix
|
||||
+-- home-manager - Modules for home-manager
|
||||
+-- dotfiles - Static configuration files (e.g. for ~/.config)
|
||||
```
|
||||
|
||||
Loading…
Add table
Reference in a new issue