Update to NixOS 23.05

This commit is contained in:
Paul-Henri Froidmont 2023-06-10 09:50:14 +02:00
parent 16bb0930b4
commit 1e9eabe6af
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE
7 changed files with 154 additions and 117 deletions

View file

@ -31,16 +31,16 @@ in {
displayManager.lightdm = {
enable = true;
background = ../wallpaper.png;
greeters.mini = {
enable = true;
user = config.user.name;
extraConfig = ''
text-color = "#fbf1c7"
password-background-color = "#3c3836"
window-color = "#282828"
border-color = "#458588"
'';
};
#greeters.mini = {
# enable = true;
# user = config.user.name;
# extraConfig = ''
# text-color = "#fbf1c7"
# password-background-color = "#3c3836"
# window-color = "#282828"
# border-color = "#458588"
# '';
#};
};
};