Compare commits

...

2 Commits

Author SHA1 Message Date
f942349dca meow 2026-01-04 20:13:33 +00:00
821f6b16da qol: changes 2026-01-04 20:13:18 +00:00
2 changed files with 4 additions and 3 deletions

View File

@@ -73,6 +73,7 @@ in
extraPackages = with pkgs; [
vpl-gpu-rt
intel-media-driver # VA-API (iHD) userspace
intel-vaapi-driver
# vpl-gpu-rt # oneVPL (QSV) runtime
intel-compute-runtime # OpenCL (NEO) + Level Zero for Arc/Xe
];

View File

@@ -10,11 +10,11 @@ let
in
{
options.modules.hyfetch = {
enable = lib.mkEnableOption "hyfetchm";
enable = lib.mkEnableOption "hyfetch";
};
config = lib.mkIf cfg.enable {
home.packages = [ ] // [ pkgs.fastfetch ];
hyfetch = {
home.packages = [ pkgs.fastfetch ];
programs.hyfetch = {
enable = true;
settings = {
"preset" = "bisexual";