switched gdm to ly on puter

This commit is contained in:
2025-12-12 19:21:28 +02:00
parent d70aa9ae98
commit c71a7217c6
2 changed files with 5 additions and 4 deletions

6
flake.lock generated
View File

@@ -2,11 +2,11 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1764950072, "lastModified": 1765186076,
"narHash": "sha256-BmPWzogsG2GsXZtlT+MTcAWeDK5hkbGRZTeZNW42fwA=", "narHash": "sha256-hM20uyap1a0M9d344I692r+ik4gTMyj60cQWO+hAYP8=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "f61125a668a320878494449750330ca58b78c557", "rev": "addf7cf5f383a3101ecfba091b98d0a1263dc9b8",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -9,5 +9,6 @@
xkb.variant = "intl"; xkb.variant = "intl";
}; };
services.displayManager.gdm.enable = true; services.displayManager.ly.enable = true;
# services.displayManager.gdm.enable = true;
} }