style: add transparent background for nvimBufferline

- remove duplicated file (davinci.nix)
This commit is contained in:
danny 2025-09-26 14:21:46 +08:00
parent 69705431bf
commit 8de4592eb5
3 changed files with 11 additions and 18 deletions

View file

@ -1,16 +0,0 @@
{ pkgs, ... }:
let
in
{
environment.systemPackages = with pkgs; [
davinci-resolve
];
hardware.graphics = {
enable = true;
extraPackages = with pkgs; [
intel-compute-runtime
rocmPackages.clr.icd
];
};
}