fix yuzu and kitty theme

This commit is contained in:
Tyler Starr 2024-11-10 23:12:56 -08:00
parent bad66ee29e
commit 4d14699b8d
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ in {
environment.systemPackages = with pkgs; [
ryujinx # Fuck Nintendo!
sudachi # Nintendo Switch emulator written in C++.
#yuzu # Fuck Nintendo!
yuzu # Fuck Nintendo!
dolphin-emu # GameCube and Wii emulator.
ppsspp # PSP emulator.
mgba # Game Boy Advance emulator.

View File

@ -11,7 +11,7 @@ in {
programs.kitty = {
enable = true;
themeFile = "GruvboxMaterialDarkHard";
themeFile = "gruvbox-dark";
font.name = "JetBrainsMono Nerd Font";
shellIntegration.mode = "no-cursor";
settings = {

View File

@ -63,7 +63,7 @@ stdenv.mkDerivation(finalAttrs: {
};
patches = [
./sdl2_fix.patch
./remove_agx.patch
];
nativeBuildInputs = [