mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-22 01:31:33 +01:00
Rename module directories
This commit is contained in:
parent
4c0ce1f479
commit
83638c33e2
36 changed files with 2 additions and 2 deletions
20
modules/nixos/default.nix
Normal file
20
modules/nixos/default.nix
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
imports = [
|
||||
./flatpak.nix
|
||||
./virtualisation.nix
|
||||
./wlan.nix
|
||||
./comma.nix
|
||||
./sops.nix
|
||||
./bluetooth.nix
|
||||
./de.nix
|
||||
./dm.nix
|
||||
./sound.nix
|
||||
./boot.nix
|
||||
./printing.nix
|
||||
./syncthing.nix
|
||||
./nix-helper.nix
|
||||
./auto-gc.nix
|
||||
./geoclue.nix
|
||||
./tailscale.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue