Compare commits

...

3 Commits

3 changed files with 5 additions and 5 deletions

View File

@ -67,7 +67,7 @@
protonup-qt # Proton ge manager
ungoogled-chromium # For sites that don't work with firefox based browsers
(nerdfonts.override { fonts = [ "CascadiaCode" ]; }) # Best font
(retroarch.override { cores = with libretro; [ snes9x ]; })
(retroarch.override { cores = with libretro; [ snes9x mgba ]; })
];
# Environmental variables I can't live without

View File

@ -74,7 +74,7 @@
services.xserver.displayManager.sddm = {
enable = true;
wayland.enable = true;
theme = "breeze";
theme = "catppuccin-frappe";
# Fix keyboard showing up unnecesarilly
settings = { General = { InputMethod = ""; }; };
};

View File

@ -7,8 +7,8 @@ pkgs.stdenv.mkDerivation {
src = pkgs.fetchFromGitHub {
owner = "catppuccin";
repo = "sddm";
rev = "1a58b5c2d898a70c22e4d9462039111f5613a7c0";
hash = "sha256-cZuNQDXdWiE2eCf/bdGFYKM5SXrENxJere83SI47ol4=";
rev = "808b4b65c044cd13287d5956ccf2bf49a7d2615f";
hash = "sha256-ddz++Xzh3tiEdEnYvIhKcN8Y3FRSvaN0wtmCMb7DEVc=";
};
dontBuild = true;