generation 496 25.11.20250714.62e0f05

This commit is contained in:
2025-08-21 01:57:56 -04:00
parent 8fef778b1d
commit 2d4e64d04f

View File

@@ -136,7 +136,8 @@ in {
# my savior: https://www.reddit.com/r/NixOS/comments/v8ikwq/polybar_doesnt_start_at_launch/ # my savior: https://www.reddit.com/r/NixOS/comments/v8ikwq/polybar_doesnt_start_at_launch/
script = '' script = ''
# echo "none" # echo "none"
polybar mybar 2> /dev/null & disown # polybar mybar 2> /dev/null & disown
setsid polybar mybar > /dev/null 2> /dev/null &> /dev/null
''; '';
}; };