Compare commits
No commits in common. "a891a0bead19be9beaeba9ab1f2362feed159945" and "51bc9ff9d688708b78f512871858064dbd5ee618" have entirely different histories.
a891a0bead
...
51bc9ff9d6
2 changed files with 0 additions and 10 deletions
|
@ -31,8 +31,6 @@ xkb_symbols "us-intl-winmax" {
|
|||
|
||||
home.packages = with pkgs; [
|
||||
kdenlive
|
||||
ffmpeg-full
|
||||
frei0r
|
||||
inkscape
|
||||
];
|
||||
|
||||
|
|
|
@ -42,12 +42,4 @@
|
|||
swapDevices = [ ];
|
||||
|
||||
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
hardware.opengl.enable = true;
|
||||
hardware.opengl.driSupport = true;
|
||||
hardware.opengl.driSupport32Bit = true;
|
||||
hardware.opengl.extraPackages = with pkgs; [
|
||||
intel-media-driver
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue