fuckk claude

This commit is contained in:
Barrett Ruth 2026-02-22 11:37:47 -06:00
parent 0766b48b80
commit a8d370b9d5
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
2 changed files with 2 additions and 4 deletions

View file

@ -8,7 +8,7 @@
let
tuigreet = lib.getExe pkgs.tuigreet;
loginShell = pkgs.writeShellScript "login-shell" ''
exec $(getent passwd $(id -un) | cut -d: -f7) -lc 'exec start-hyprland'
exec $(getent passwd $(id -un) | cut -d: -f7) -l
'';
in
{