Compare commits
No commits in common. "3f0abf90392ae5fa89dbc909124fbeff26fb1e12" and "0f0992e305a1885be1d8bef81112e825a103fae0" have entirely different histories.
3f0abf9039
...
0f0992e305
@ -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 mgba ]; })
|
||||
(retroarch.override { cores = with libretro; [ snes9x ]; })
|
||||
];
|
||||
|
||||
# Environmental variables I can't live without
|
||||
|
@ -74,7 +74,7 @@
|
||||
services.xserver.displayManager.sddm = {
|
||||
enable = true;
|
||||
wayland.enable = true;
|
||||
theme = "catppuccin-frappe";
|
||||
theme = "breeze";
|
||||
# Fix keyboard showing up unnecesarilly
|
||||
settings = { General = { InputMethod = ""; }; };
|
||||
};
|
||||
|
@ -7,8 +7,8 @@ pkgs.stdenv.mkDerivation {
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "catppuccin";
|
||||
repo = "sddm";
|
||||
rev = "808b4b65c044cd13287d5956ccf2bf49a7d2615f";
|
||||
hash = "sha256-ddz++Xzh3tiEdEnYvIhKcN8Y3FRSvaN0wtmCMb7DEVc=";
|
||||
rev = "1a58b5c2d898a70c22e4d9462039111f5613a7c0";
|
||||
hash = "sha256-cZuNQDXdWiE2eCf/bdGFYKM5SXrENxJere83SI47ol4=";
|
||||
};
|
||||
|
||||
dontBuild = true;
|
||||
|
Loading…
Reference in New Issue
Block a user