mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
fix yuzu and kitty theme
This commit is contained in:
parent
bad66ee29e
commit
4d14699b8d
@ -7,7 +7,7 @@ in {
|
|||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
ryujinx # Fuck Nintendo!
|
ryujinx # Fuck Nintendo!
|
||||||
sudachi # Nintendo Switch emulator written in C++.
|
sudachi # Nintendo Switch emulator written in C++.
|
||||||
#yuzu # Fuck Nintendo!
|
yuzu # Fuck Nintendo!
|
||||||
dolphin-emu # GameCube and Wii emulator.
|
dolphin-emu # GameCube and Wii emulator.
|
||||||
ppsspp # PSP emulator.
|
ppsspp # PSP emulator.
|
||||||
mgba # Game Boy Advance emulator.
|
mgba # Game Boy Advance emulator.
|
||||||
|
@ -11,7 +11,7 @@ in {
|
|||||||
|
|
||||||
programs.kitty = {
|
programs.kitty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
themeFile = "GruvboxMaterialDarkHard";
|
themeFile = "gruvbox-dark";
|
||||||
font.name = "JetBrainsMono Nerd Font";
|
font.name = "JetBrainsMono Nerd Font";
|
||||||
shellIntegration.mode = "no-cursor";
|
shellIntegration.mode = "no-cursor";
|
||||||
settings = {
|
settings = {
|
||||||
|
@ -63,7 +63,7 @@ stdenv.mkDerivation(finalAttrs: {
|
|||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
./sdl2_fix.patch
|
./remove_agx.patch
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user