This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

the ultimate cryptic sddm fix

+1
+1
system/sddm.nix
··· 2 2 services.displayManager.sddm = { 3 3 enable = true; 4 4 theme = "catppuccin-frappe"; 5 + package = pkgs.kdePackages.sddm; # this apparently fixes it, so don't touch lmao 5 6 }; 6 7 environment.systemPackages = [ 7 8 (pkgs.catppuccin-sddm.override {