feat: initial commit

This commit is contained in:
Jacob Bachmann 2023-08-30 19:14:26 +02:00
commit 7fc2437bed
38 changed files with 1528 additions and 0 deletions

22
modules/default.nix Normal file
View file

@ -0,0 +1,22 @@
{
imports = [
./audio.nix
./bluetooth.nix
./boot.nix
./dbus.nix
./fonts.nix
./i18n.nix
./keyd.nix
./network.nix
./nix.nix
./nvidia.nix
./opengl.nix
./power.nix
./packages.nix
./print.nix
./security.nix
./shell.nix
./unfree.nix
./xdg-portal.nix
];
}