The other part of dotfiles
This commit is contained in:
parent
2fbfed0e7a
commit
9f1ba4a64b
25 changed files with 1089 additions and 0 deletions
15
modules/default.nix
Normal file
15
modules/default.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
imports = [
|
||||
# Folders
|
||||
./desktop
|
||||
./networking
|
||||
./services
|
||||
./virtualisation
|
||||
|
||||
# Files
|
||||
./btrfs-autoscrub.nix
|
||||
./main-user.nix
|
||||
./audio.nix
|
||||
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue