dotfiles/os/default.nix
Geoffrey Frogeye b16db77f04
Add CUDA support
I bothered with that only to realize that I'm not using proprietary drivers 🙃
2024-11-16 15:49:31 +01:00

24 lines
328 B
Nix

{ disko, ... }:
{
imports = [
../options.nix
../common/frogarized
./battery.nix
./boot
./ccc
./cuda
./common.nix
./desktop
./dev
disko.nixosModules.disko
./gaming
./geoffrey.nix
./password
./printing
./remote-builds
./style
./syncthing
./wireless
];
}