UB24NMKYJFDSBQN75K336PTTZJ6XMCWRJZSM74UGDPNNGGBUJ4NAC (pkgs.writeTextFile {name = "theme-dark-mode";destination = "/share/applications/theme-dark-mode.desktop";text = ''[Desktop Entry]Name=Dark ModeIcon=preferences-color-symbolicExec=tt darkTerminal=false'';})(pkgs.writeTextFile {name = "theme-light-mode";destination = "/share/applications/theme-light-mode.desktop";text = ''[Desktop Entry]Name=Light ModeIcon=preferences-color-symbolicExec=tt lightTerminal=false'';})(pkgs.writeTextFile {name = "theme-pywal-mode";destination = "/share/applications/theme-pywal-mode.desktop";text = ''[Desktop Entry]Name=Pywal ModeIcon=preferences-color-symbolicExec=tt pywalTerminal=false'';})(pkgs.writeTextFile {name = "theme-gruvbox-mode";destination = "/share/applications/theme-gruvbox-mode.desktop";text = ''[Desktop Entry]Name=Gruvbox ModeIcon=preferences-color-symbolicExec=tt gruvboxTerminal=false'';})
(pkgs.writeTextFile {name = "rebuild-system";destination = "/share/applications/rebuild-system.desktop";text = ''[Desktop Entry]Name=RebuildIcon=system-runExec=rebuildTerminal=false'';})(pkgs.writeTextFile {name = "rollback-system";destination = "/share/applications/rollback-system.desktop";text = ''[Desktop Entry]Name=RollbackIcon=system-runExec=rebuild --rollbackTerminal=false'';})