This commit is contained in:
parent
5f644d0ccd
commit
a394b9cefd
167 changed files with 2795 additions and 2122 deletions
|
@ -2,7 +2,8 @@
|
|||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: let
|
||||
}:
|
||||
let
|
||||
sessions = builtins.concatStringsSep ":" [
|
||||
(pkgs.writeTextFile {
|
||||
name = "xorg-session.desktop";
|
||||
|
@ -23,7 +24,8 @@
|
|||
'';
|
||||
})
|
||||
];
|
||||
in {
|
||||
in
|
||||
{
|
||||
services.greetd = {
|
||||
enable = true;
|
||||
vt = 2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue