add some font stuff for plasma and make shodan not need a password to unlock kscreenlock

This commit is contained in:
Lillian Violet 2025-02-28 16:35:09 +01:00
parent 1efc4f1940
commit 642bf45609
2 changed files with 31 additions and 1 deletions

View file

@ -106,6 +106,9 @@
};
};
# Make the kde screenlock not require a password :)
programs.plasma.kscreenlocker.passwordRequired = false;
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
home.stateVersion = "25.05";
}