Use greetd as login manager

This commit is contained in:
Andrea Ciceri 2024-01-05 01:22:51 +01:00
parent c51eec6ec1
commit df1c5b25a6
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
3 changed files with 38 additions and 4 deletions

View file

@ -111,9 +111,6 @@
programs.fish = {
enable = true;
shellInit = ''
if [ -z "$DISPLAY" ] && [ "$(tty)" = "/dev/tty1" ]
exec dbus-run-session Hyprland
end
fish_config theme choose "dracula"
export CACHIX_AUTH_TOKEN=$(cat ${age.secrets.cachix-personal-token.path})
'';