Compare commits
2 Commits
d64b22e394
...
f942349dca
| Author | SHA1 | Date | |
|---|---|---|---|
|
f942349dca
|
|||
|
821f6b16da
|
@@ -73,6 +73,7 @@ in
|
|||||||
extraPackages = with pkgs; [
|
extraPackages = with pkgs; [
|
||||||
vpl-gpu-rt
|
vpl-gpu-rt
|
||||||
intel-media-driver # VA-API (iHD) userspace
|
intel-media-driver # VA-API (iHD) userspace
|
||||||
|
intel-vaapi-driver
|
||||||
# vpl-gpu-rt # oneVPL (QSV) runtime
|
# vpl-gpu-rt # oneVPL (QSV) runtime
|
||||||
intel-compute-runtime # OpenCL (NEO) + Level Zero for Arc/Xe
|
intel-compute-runtime # OpenCL (NEO) + Level Zero for Arc/Xe
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -10,11 +10,11 @@ let
|
|||||||
in
|
in
|
||||||
{
|
{
|
||||||
options.modules.hyfetch = {
|
options.modules.hyfetch = {
|
||||||
enable = lib.mkEnableOption "hyfetchm";
|
enable = lib.mkEnableOption "hyfetch";
|
||||||
};
|
};
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
home.packages = [ ] // [ pkgs.fastfetch ];
|
home.packages = [ pkgs.fastfetch ];
|
||||||
hyfetch = {
|
programs.hyfetch = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
"preset" = "bisexual";
|
"preset" = "bisexual";
|
||||||
|
|||||||
Reference in New Issue
Block a user