remove amdvlk driver

This commit is contained in:
Leonardo Eugênio 2022-08-30 22:01:06 -03:00
parent 8ee44f18ed
commit 67c8c07db5
8 changed files with 27 additions and 41 deletions

View file

@ -1,6 +1,5 @@
{ config, pkgs, lib, inputs,... }:
let
inherit (import ./variables.nix) key theme color accent font;
{ config, pkgs, lib, inputs, ... }:
let inherit (import ./variables.nix) key theme color accent font;
in {
imports = [