Add lingering, remove kill on exit, fix smallfetch, replace tmux with zellij

This commit is contained in:
Bun 2025-06-02 16:47:10 -04:00
parent 72d7b9d038
commit 43546073cf
6 changed files with 16 additions and 27 deletions

View file

@ -1,7 +1,6 @@
{ config, lib, ... }:
{
services.logind = {
killUserProcesses = true;
powerKey = lib.mkIf config.system.desktop.enable "suspend";
powerKeyLongPress = "reboot";
};