diff --git a/home-manager/hosts/morty.nix b/home-manager/hosts/morty.nix index ed88a27..06c3036 100644 --- a/home-manager/hosts/morty.nix +++ b/home-manager/hosts/morty.nix @@ -31,8 +31,6 @@ xkb_symbols "us-intl-winmax" { home.packages = with pkgs; [ kdenlive - ffmpeg-full - frei0r inkscape ]; diff --git a/hosts/morty/hardware-configuration.nix b/hosts/morty/hardware-configuration.nix index bb4c1ce..69564b3 100644 --- a/hosts/morty/hardware-configuration.nix +++ b/hosts/morty/hardware-configuration.nix @@ -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 - ]; }