mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 06:50:14 +01:00
20 lines
517 B
Nix
20 lines
517 B
Nix
{ username, ... }:
|
|
{
|
|
#services = {
|
|
# xserver = {
|
|
# enable = true;
|
|
# xkb.layout = "us";
|
|
# displayManager.lightdm.greeters.slick.enable = true;
|
|
# #displayManager.lightdm.greeters.mini = {
|
|
# # enable = true;
|
|
# # user = "liv";
|
|
# # extraConfig = ''
|
|
# # [greeter]
|
|
# # show-password-label = false
|
|
# # [greeter-theme]
|
|
# # background-image = "/home/liv/Pictures/wallpapers/others/anime-sky-lonely.png"
|
|
# # '';
|
|
# #};
|
|
# };
|
|
#};
|
|
}
|