This commit is contained in:
agryphus 2023-12-07 07:02:05 -05:00
parent a227c0316d
commit 67f2497099
5 changed files with 11 additions and 165 deletions

View file

@ -1,6 +1,10 @@
{ config, pkgs, ... }:
{
environment.sessionVariables = {
TERMINAL = "footclient";
};
# Or else swaylock will not accept correct password
security.pam.services.swaylock = {};