Merge branch 'main' of github.com:bchmnn/nix

This commit is contained in:
Jacob Bachmann 2024-04-18 17:11:11 +02:00
commit 681689f6db
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
19 changed files with 250 additions and 20 deletions

View file

@ -50,6 +50,14 @@
enable = mkEnableOption "games";
};
ai = {
enable = mkEnableOption "ai";
};
ratbag = {
enable = mkEnableOption "ratbag";
};
};
imports = [
@ -70,19 +78,21 @@
./nix-ld.nix
./nix.nix
./nvidia.nix
./ollama.nix
./opengl.nix
./openssh.nix
./openvpn.nix
./power.nix
./packages.nix
./printing.nix
./ratbag.nix
./rr.nix
./security.nix
./shell.nix
./steam.nix
./syncthing.nix
./tts.nix
./udisks2.nix
./unfree.nix
./virtualisation.nix
./xdg-portal.nix
];