fmt: hand7sfmt
Signed-off-by: s0me1newithhand7s <117505144+s0me1newithhand7s@users.noreply.github.com>
This commit is contained in:
parent
b1e010ca53
commit
908b532a12
3 changed files with 19 additions and 21 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
cfg = config.home.gui;
|
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;
|
freesm-launcher = inputs.freesm.packages.${pkgs.system}.freesmlauncher;
|
||||||
in {
|
in {
|
||||||
options.home.gui = {
|
options.home.gui = {
|
||||||
|
|
@ -40,6 +40,7 @@ in {
|
||||||
[
|
[
|
||||||
vesktop
|
vesktop
|
||||||
nekoray
|
nekoray
|
||||||
|
ayugram
|
||||||
anki-bin
|
anki-bin
|
||||||
obsidian
|
obsidian
|
||||||
playerctl
|
playerctl
|
||||||
|
|
@ -49,7 +50,6 @@ in {
|
||||||
parsec-bin
|
parsec-bin
|
||||||
pwvucontrol
|
pwvucontrol
|
||||||
easyeffects
|
easyeffects
|
||||||
ayugram-desktop
|
|
||||||
element-desktop
|
element-desktop
|
||||||
hyprpolkitagent
|
hyprpolkitagent
|
||||||
freesm-launcher
|
freesm-launcher
|
||||||
|
|
|
||||||
|
|
@ -1,19 +1,14 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
programs = {
|
programs = {
|
||||||
chromium = {
|
chromium = {
|
||||||
package = (
|
package = pkgs.google-chrome.override {
|
||||||
pkgs.google-chrome.override {
|
commandLineArgs = [
|
||||||
commandLineArgs = [
|
"--enable-features=AcceleratedVideoEncoder,VaapiIgnoreDriverChecks,Vulkan,DefaultANGLEVulkan,VulkanFromANGLE,VaapiIgnoreDriverChecks,VaapiVideoDecoder,PlatformHEVCDecoderSupport,UseMultiPlaneFormatForHardwareVideo,SkiaGraphite"
|
||||||
"--enable-features=AcceleratedVideoEncoder,VaapiIgnoreDriverChecks,Vulkan,DefaultANGLEVulkan,VulkanFromANGLE"
|
"--enable-unsafe-webgpu"
|
||||||
"--enable-features=VaapiIgnoreDriverChecks,VaapiVideoDecoder,PlatformHEVCDecoderSupport"
|
"--ignore-gpu-blocklist"
|
||||||
"--enable-features=UseMultiPlaneFormatForHardwareVideo"
|
"--enable-zero-copy"
|
||||||
"--enable-features=SkiaGraphite"
|
];
|
||||||
"--enable-unsafe-webgpu"
|
};
|
||||||
"--ignore-gpu-blocklist"
|
|
||||||
"--enable-zero-copy"
|
|
||||||
];
|
|
||||||
}
|
|
||||||
);
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -57,12 +57,15 @@
|
||||||
cursor_blink = true;
|
cursor_blink = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
plugins = with pkgs.yaziPlugins; {
|
plugins = {
|
||||||
starship = starship;
|
inherit
|
||||||
rsync = rsync;
|
(pkgs.yaziPlugins)
|
||||||
git = git;
|
starship
|
||||||
chmod = chmod;
|
rsync
|
||||||
full-border = full-border;
|
git
|
||||||
|
chmod
|
||||||
|
full-border
|
||||||
|
;
|
||||||
};
|
};
|
||||||
|
|
||||||
initLua = ''
|
initLua = ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue