mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-18 10:47: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; [
|
||||
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.
|
||||
|
@ -11,7 +11,7 @@ in {
|
||||
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
themeFile = "GruvboxMaterialDarkHard";
|
||||
themeFile = "gruvbox-dark";
|
||||
font.name = "JetBrainsMono Nerd Font";
|
||||
shellIntegration.mode = "no-cursor";
|
||||
settings = {
|
||||
|
@ -63,7 +63,7 @@ stdenv.mkDerivation(finalAttrs: {
|
||||
};
|
||||
|
||||
patches = [
|
||||
./sdl2_fix.patch
|
||||
./remove_agx.patch
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user