Adding quadcastrgb
This commit is contained in:
parent
279e4cebd4
commit
be3da00b90
4 changed files with 46 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue