diff options
author | tzlil <tzlils@protonmail.com> | 2023-08-03 13:35:57 +0300 |
---|---|---|
committer | tzlil <tzlils@protonmail.com> | 2023-08-03 13:35:57 +0300 |
commit | 211d085dfae21f7df847d57377dfb8e54c1ba9e9 (patch) | |
tree | a3e34230b24df21f1b4a3bfcd21cabc02d15763c /hosts/navi | |
parent | f6f491feddcbc3acb71d153f6ae3b00cfbe6ea71 (diff) |
add thumbnail plugin to mpv, try to fix impermanence
Diffstat (limited to 'hosts/navi')
-rw-r--r-- | hosts/navi/hardware-configuration.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/navi/hardware-configuration.nix b/hosts/navi/hardware-configuration.nix index c0a9661..f556950 100644 --- a/hosts/navi/hardware-configuration.nix +++ b/hosts/navi/hardware-configuration.nix @@ -3,6 +3,7 @@ pkgs, lib, config, + # modulesPath, ... }: let device = "/dev/nvme0n1"; @@ -11,6 +12,8 @@ in { inputs.disko.nixosModules.disko inputs.hardware.nixosModules.common-cpu-intel inputs.hardware.nixosModules.common-gpu-intel + + # (modulesPath + "/virtualisation/qemu-vm.nix") ]; hardware.firmware = [pkgs.rtw88-firmware]; |