mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
revert to stable
This commit is contained in:
parent
98c4d12843
commit
4f3b446721
4 changed files with 432 additions and 60 deletions
|
|
@ -9,9 +9,10 @@ in
|
|||
};
|
||||
config = lib.mkMerge [
|
||||
(lib.mkIf (!cfg.gpuAcceleration.disable) {
|
||||
hardware.graphics = {
|
||||
hardware.opengl = {
|
||||
enable = true;
|
||||
enable32Bit = true;
|
||||
driSupport = true;
|
||||
driSupport32Bit = true;
|
||||
};
|
||||
})
|
||||
(lib.mkIf (!cfg.sound.disable) {
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
self',
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
nix-janitor,
|
||||
}:
|
||||
{
|
||||
options.local.allowedUnfree = lib.mkOption {
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
nix-tree # view packages
|
||||
pciutils # lspci
|
||||
;
|
||||
inherit (self'.packages) nix-janitor;
|
||||
inherit (nix-janitor.packages) default;
|
||||
}
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue