Don't open pager on log in

This commit is contained in:
Sandro - 2023-11-15 15:18:13 +01:00
parent 3395ee88d2
commit ffa258eb01
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
];
interactiveShellInit = /* sh */ ''
# raise some awareness torwards failed services
systemctl --failed || true
systemctl --no-pager --failed || true
'';
noXlibs = !config.services.xserver.enable;
systemPackages = with pkgs; [