added default.nix files

This commit is contained in:
Ranomier 2024-12-01 20:59:42 +01:00
parent 6d82cb9640
commit 07948eefd3
10 changed files with 74 additions and 30 deletions

8
modules/default.nix Normal file
View file

@ -0,0 +1,8 @@
{ ... }: {
imports = [
./boot_theming.nix
./environment.nix
./locale.nix
./networking.nix
];
}

View file

@ -0,0 +1,7 @@
{ ... }: {
imports = [
./flatpak.nix
./podman.nix
./store_pkg_file.nix
];
}

View file

@ -0,0 +1,8 @@
{ ... }: {
imports = [
./apparmor.nix
./firejail.nix
./login-manager.nix
./ssh.nix
];
}

View file

@ -0,0 +1,7 @@
{ ... }: {
imports = [
./brave.nix
./firefox.nix
./nyxt.nix
];
}

View file

@ -0,0 +1,11 @@
{ ... }: {
imports = [
./audio_video.nix
./flatpak.nix
./game.nix
./obs-studio.nix
./shell.nix
./software.nix
./virt.nix
];
}

View file

@ -0,0 +1,7 @@
{ ... }: {
imports = [
#./doc.nix
./index.nix
./nix-ld.nix
];
}

View file

@ -0,0 +1,7 @@
{ ... }: {
imports = [
./bluetooth.nix
./fwupd.nix
./scan_and_print.nix
];
}

View file

@ -0,0 +1,5 @@
{ ... }: {
imports = [
./ranomier.nix
];
}

View file

@ -0,0 +1,5 @@
{ ... }: {
imports = [
./hyprland.nix
];
}