diff --git a/pkgs/yuzu/default.nix b/pkgs/yuzu/default.nix index c2bd86b..8fb6fed 100644 --- a/pkgs/yuzu/default.nix +++ b/pkgs/yuzu/default.nix @@ -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 ''; diff --git a/users/willifan/common/theme/stylix.nix b/users/willifan/common/theme/stylix.nix index 450fbe7..907a5b4 100644 --- a/users/willifan/common/theme/stylix.nix +++ b/users/willifan/common/theme/stylix.nix @@ -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 = {