Initial commit of NixOS config
This commit is contained in:
9
other/theme-reminder.sh
Normal file
9
other/theme-reminder.sh
Normal file
@ -0,0 +1,9 @@
|
||||
source /etc/nixos/other/colors.sh
|
||||
FLAG_FILE="/home/cookiez/.flags/theme-flag"
|
||||
|
||||
if [ ! -f "$FLAG_FILE" ]; then
|
||||
echo -e "${RED}Warning: Make sure to apply the custom system theme!${NOCOLOR} (source '/etc/nixos/other/konsave.sh')"
|
||||
fi
|
||||
#else
|
||||
# echo "Flag file exists - Theme should be applied already!"
|
||||
#fi
|
||||
Reference in New Issue
Block a user