Update flake
This commit is contained in:
parent
f9eaf92be4
commit
436ff6c039
3 changed files with 60 additions and 57 deletions
|
|
@ -70,9 +70,12 @@ let usr = config.constants.userName; in {
|
|||
};
|
||||
};
|
||||
};
|
||||
services.gpg-agent = {
|
||||
enable = true;
|
||||
pinentryFlavor = "qt";
|
||||
services = {
|
||||
easyeffects.enable = true;
|
||||
gpg-agent = {
|
||||
enable = true;
|
||||
pinentryFlavor = "qt";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -90,6 +93,7 @@ let usr = config.constants.userName; in {
|
|||
autoLogin.user = usr;
|
||||
sddm = {
|
||||
enable = true;
|
||||
settings.General.GreeterEnvironment = "QT_SCREEN_SCALE_FACTORS=2,QT_FONT_DPI=192";
|
||||
wayland.enable = true;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue