fmt: hand7sfmt

Signed-off-by: s0me1newithhand7s <117505144+s0me1newithhand7s@users.noreply.github.com>
This commit is contained in:
s0me1newithhand7s 2025-10-15 12:28:36 +03:00
parent b1e010ca53
commit 908b532a12
No known key found for this signature in database
3 changed files with 19 additions and 21 deletions

View file

@ -6,7 +6,7 @@
...
}: let
cfg = config.home.gui;
ayugram-desktop = inputs.ayugram-desktop.packages.${pkgs.system}.ayugram-desktop;
ayugram = inputs.ayugram-desktop.packages.${pkgs.system}.ayugram-desktop;
freesm-launcher = inputs.freesm.packages.${pkgs.system}.freesmlauncher;
in {
options.home.gui = {
@ -40,6 +40,7 @@ in {
[
vesktop
nekoray
ayugram
anki-bin
obsidian
playerctl
@ -49,7 +50,6 @@ in {
parsec-bin
pwvucontrol
easyeffects
ayugram-desktop
element-desktop
hyprpolkitagent
freesm-launcher

View file

@ -1,19 +1,14 @@
{pkgs, ...}: {
programs = {
chromium = {
package = (
pkgs.google-chrome.override {
package = pkgs.google-chrome.override {
commandLineArgs = [
"--enable-features=AcceleratedVideoEncoder,VaapiIgnoreDriverChecks,Vulkan,DefaultANGLEVulkan,VulkanFromANGLE"
"--enable-features=VaapiIgnoreDriverChecks,VaapiVideoDecoder,PlatformHEVCDecoderSupport"
"--enable-features=UseMultiPlaneFormatForHardwareVideo"
"--enable-features=SkiaGraphite"
"--enable-features=AcceleratedVideoEncoder,VaapiIgnoreDriverChecks,Vulkan,DefaultANGLEVulkan,VulkanFromANGLE,VaapiIgnoreDriverChecks,VaapiVideoDecoder,PlatformHEVCDecoderSupport,UseMultiPlaneFormatForHardwareVideo,SkiaGraphite"
"--enable-unsafe-webgpu"
"--ignore-gpu-blocklist"
"--enable-zero-copy"
];
}
);
};
};
};
}

View file

@ -57,12 +57,15 @@
cursor_blink = true;
};
plugins = with pkgs.yaziPlugins; {
starship = starship;
rsync = rsync;
git = git;
chmod = chmod;
full-border = full-border;
plugins = {
inherit
(pkgs.yaziPlugins)
starship
rsync
git
chmod
full-border
;
};
initLua = ''