Adding quadcastrgb

This commit is contained in:
Lyes Saadi 2024-08-20 21:18:58 +02:00
parent 279e4cebd4
commit be3da00b90
No known key found for this signature in database
GPG key ID: 17418538BAA17767
4 changed files with 46 additions and 0 deletions

View file

@ -11,6 +11,13 @@
./gaming.nix
];
# Import local packages
nixpkgs.overlays = [
(final: prev: {
local = import ../pkgs { pkgs = final; };
})
];
# Fails for some reason
documentation.nixos.enable = false;