Compare commits

...

2 commits

Author SHA1 Message Date
willifan
bd0bd3399d fixed stylix mistake 2024-11-22 21:44:16 +01:00
willifan
c33f69d569 fixed yuzu.desktop name 2024-11-22 21:37:28 +01:00
2 changed files with 31 additions and 1 deletions

View file

@ -18,7 +18,7 @@ in
appimageTools.wrapType2 {
inherit pname version src;
extraInstallCommands = ''
install -m 444 -D ${appimageContents}/org.yuzu_emu.yuzu.desktop $out/share/applications/irccloud.desktop
install -m 444 -D ${appimageContents}/org.yuzu_emu.yuzu.desktop $out/share/applications/yuzu.desktop
install -m 444 -D ${appimageContents}/usr/share/icons/hicolor/scalable/apps/org.yuzu_emu.yuzu.svg \
$out/share/icons/hicolor/scalable/apps/org.yuzu_emu.yuzu.svg
'';

View file

@ -17,6 +17,36 @@ in
autoEnable = true;
base16Scheme = "${pkgs.base16-schemes}/share/themes/pasque.yaml";
override = {
base0D = "F3196E";
};
cursor = {
name = "Bibata-Modern-Classic";
package = pkgs.bibata-cursors;
size = 18;
};
fonts = {
# packages = [ pkgs.nerdfonts ];
# emoji = {
# package = pkgs.;
# name = "";
# };
monospace = {
package = pkgs.nerdfonts;
name = "JetBrainsMono Nerd Font";
};
# sansSerif = {
# package = pkgs.;
# name = "";
# };
# serif = {
# package = pkgs.;
# name = "";
# };
};
image = wallpaper;
opacity = {