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

@ -122,9 +122,6 @@
'';
};
home.file.".config/eww".source = ./eww;
home.packages = with pkgs; [
eww-wayland
jq
];
home.packages = with pkgs; [ eww-wayland jq ];
};
}