alpha
Login
or
Join now
folospior.dev
/
dotfiles
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
the ultimate cryptic sddm fix
author
Filip Hoffmann
date
2 years ago
(Jan 1, 2025, 11:16 PM +0100)
commit
ddfefb65
ddfefb65a46c7ac7032752e7f5df287100ba39f4
parent
5f51a752
5f51a752ea0c09c1e428900383fb7c1e79697a40
+1
1 changed file
Expand all
Collapse all
Unified
Split
system
sddm.nix
+1
system/sddm.nix
View file
Reviewed
···
2
2
services.displayManager.sddm = {
3
3
enable = true;
4
4
theme = "catppuccin-frappe";
5
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 {