major rewrite

This commit is contained in:
Charlie Root 2024-08-16 16:03:47 +02:00
commit 4adf705a13
20 changed files with 50 additions and 294 deletions

View file

@ -35,6 +35,9 @@ in {
# systemd-nspawn containers
# ./containers.nix
# monitor configuration
./monitors.nix
];
config = {
warnings = mkMerge [
@ -89,6 +92,8 @@ in {
video = {
enable = mkEnableOption "video drivers and programs that require a graphical user interface";
nvidia = mkOption "Nvidia graphics drivers";
amd = mkOption "AMD graphics drivers";
};
bluetooth = {