mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 08:53:56 -05:00
updated mom's laptop
This commit is contained in:
parent
32a4a75654
commit
4f83fd4389
4 changed files with 15 additions and 19 deletions
|
|
@ -5,7 +5,6 @@ _: {
|
|||
}: {
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
tty = 1;
|
||||
exportConfiguration = true; #make config debuggable
|
||||
layout = "us";
|
||||
libinput.enable = true;
|
||||
|
|
@ -21,6 +20,7 @@ _: {
|
|||
defaultSession = "xfce";
|
||||
lightdm = {
|
||||
enable = true;
|
||||
extraConfig = "minimum-vt=1";
|
||||
background = ../images/recursion.png;
|
||||
greeters.mini = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue