mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 11:36:20 +00:00
refactor: make the whole thing more generic
This commit is contained in:
22
modules/nixos/default.nix
Normal file
22
modules/nixos/default.nix
Normal file
@@ -0,0 +1,22 @@
|
||||
{ ... }: {
|
||||
imports = [
|
||||
./boot/quiet.nix
|
||||
|
||||
./desktops/hyprland.nix
|
||||
|
||||
./fonts/fira-code.nix
|
||||
./fonts/noto-sans.nix
|
||||
./fonts/nerdfonts.nix
|
||||
|
||||
./hardware/audio.nix
|
||||
./hardware/gbmonctl.nix
|
||||
./hardware/nvidia.nix
|
||||
./hardware/cc1.nix
|
||||
./hardware/fv43u.nix
|
||||
./hardware/virtual-camera.nix
|
||||
|
||||
./locales/theaninova.nix
|
||||
|
||||
./services/airprint.nix
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user