1
0
Fork 0

Changed directory structure for Nix modules

This commit is contained in:
Jan Grosser 2024-05-20 23:20:38 +02:00
parent 1fb538d984
commit 9176a7d0a3
3 changed files with 12 additions and 1 deletions

View file

@ -8,7 +8,7 @@
imports = imports =
[ # Include the results of the hardware scan. [ # Include the results of the hardware scan.
./hardware-configuration.nix ./hardware-configuration.nix
../../modules/xfce.nix ../../modules/system/xfce.nix
]; ];
# Bootloader. # Bootloader.

11
modules/README.md Normal file
View 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)
```