Compare commits
No commits in common. "d3c9aede33b351f663ef72d4003ffb62ab0e23e3" and "8f7033f3a6068e658c625ea2c307438a0bea0ef4" have entirely different histories.
d3c9aede33
...
8f7033f3a6
2 changed files with 0 additions and 3 deletions
|
@ -161,7 +161,6 @@
|
|||
ryujinx
|
||||
razergenie
|
||||
webcord
|
||||
mangohud
|
||||
];
|
||||
};
|
||||
|
||||
|
@ -180,7 +179,6 @@
|
|||
nixpkgs.config.allowUnfree = true;
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"electron-27.3.11"
|
||||
"olm-3.2.16"
|
||||
];
|
||||
|
||||
programs.vim = {
|
||||
|
|
|
@ -37,7 +37,6 @@
|
|||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.stable;
|
||||
hardware.nvidia.open = false;
|
||||
hardware.openrazer = {
|
||||
enable = true;
|
||||
users = [ "kb" ];
|
||||
|
|
Loading…
Add table
Reference in a new issue